PHP Classes

File: vendor/nikic/php-parser/test/code/parser/scalar/unicodeEscape.test

Recommend this page to a friend!
  Packages of Abed Nego Ragil Putra   Laravel Blogging Platform   vendor/nikic/php-parser/test/code/parser/scalar/unicodeEscape.test   Download  
File: vendor/nikic/php-parser/test/code/parser/scalar/unicodeEscape.test
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Blogging Platform
Manage blog posts using Laravel and Bootstrap
Author: By
Last change:
Date: 9 months ago
Size: 260 bytes
 

Contents

Class file image Download
Unicode escape sequence ----- <?php "\u{0}"; "\u{114}"; "\u{1F602}"; ----- !!php7 array( 0: Scalar_String( value: @@{"\0"}@@ ) 1: Scalar_String( value: ? ) 2: Scalar_String( value: @@{"\xF0\x9F\x98\x82"}@@ ) )