Searched refs:embedded (Results 1 – 23 of 23) sorted by relevance
/PHP-7.3/ext/standard/tests/strings/ |
H A D | chop_variation4.phpt | 2 Test chop() function : usage variations - strings with embedded nulls 11 * Testing chop() : with nulls embedded in input string 14 echo "*** Testing chop() : string with embedded nulls ***\n"; 16 // defining varous strings with embedded nulls 42 *** Testing chop() : string with embedded nulls ***
|
H A D | strtok_variation4.phpt | 2 Test strtok() function : usage variations - with embedded nulls in the strings 11 * Testing strtok() : with embedded nulls in the strings 14 echo "*** Testing strtok() : with embedded nulls in the strings ***\n"; 16 // defining varous strings with embedded nulls 45 *** Testing strtok() : with embedded nulls in the strings ***
|
H A D | trim1.phpt | 47 /* String with embedded NULL */ 48 echo "\n*** Testing with String with embedded NULL ***\n"; 85 *** Testing with String with embedded NULL ***
|
H A D | rtrim.phpt | 38 /* String with embedded NULL */ 39 echo "\n*** String with embedded NULL ***\n"; 74 *** String with embedded NULL ***
|
H A D | nl2br_variation1.phpt | 17 //new line chars embedded in strings
|
H A D | nl2br_variation3.phpt | 25 //heredoc string containing embedded 'new line chars'/'new lines' in the string
|
H A D | explode1.phpt | 65 /* String with embedded NULL */ 66 echo "\n-- Testing string with embedded NULL --\n"; 466 -- Testing string with embedded NULL --
|
/PHP-7.3/ext/mysqli/tests/ |
H A D | skipifnotemb.inc | 3 if (!$driver->embedded) 4 die("skip test for with embedded server only");
|
H A D | skipifemb.inc | 3 if ($driver->embedded) 4 die("skip test doesn't run with embedded server");
|
H A D | mysqli_class_mysqli_driver_interface.phpt | 85 assert(is_bool($driver->embedded)); 86 printf("driver->embedded = '%s'\n", $driver->embedded); 106 embedded 114 embedded 123 driver->embedded = ''
|
H A D | mysqli_driver.phpt | 106 if (!is_bool($embedded = $driver->embedded)) 108 gettype($embedded), $embedded);
|
H A D | 073.phpt | 9 var_dump($driver->embedded);
|
H A D | mysqli_class_mysqli_driver_reflection.phpt | 61 Inspecting property 'embedded' 87 Default property 'embedded'
|
/PHP-7.3/sapi/embed/ |
H A D | config.m4 | 4 [ --enable-embed[=TYPE] EXPERIMENTAL: Enable building of embedded SAPI library 7 AC_MSG_CHECKING([for embedded SAPI library support])
|
/PHP-7.3/ext/mysqli/ |
H A D | config.m4 | 35 PHP_ARG_ENABLE(embedded_mysqli, whether to enable embedded MySQLi support, 36 [ --enable-embedded-mysqli 37 MYSQLi: Enable embedded support 56 AC_DEFINE(HAVE_EMBEDDED_MYSQLI, 1, [embedded MySQL support enabled]) 58 dnl mysqlnd doesn't support embedded, so we have to add some extra stuff
|
H A D | php_mysqli_structs.h | 325 zend_ulong embedded; variable
|
H A D | mysqli.c | 546 mysqli_globals->embedded = 1; in PHP_INI_END() 548 mysqli_globals->embedded = 0; in PHP_INI_END()
|
/PHP-7.3/ |
H A D | php7.spec.in | 19 PHP is an HTML-embedded scripting language. Much of its syntax is
|
H A D | README.SELF-CONTAINED-EXTENSIONS | 30 extension, we will convert an embedded extension into a 56 The MySQL module will either use the embedded MySQL client
|
/PHP-7.3/sapi/phpdbg/ |
H A D | .phpdbginit | 19 * This embedded PHP is executed at init time
|
/PHP-7.3/ext/standard/tests/array/ |
H A D | array_merge_recursive_variation3.phpt | 73 // array containing embedded arrays
|
/PHP-7.3/ext/fileinfo/tests/ |
H A D | magic | 2218 # embedded inside others like Android Backup, Clam AntiVirus database 4947 # Scripts that run in the embedded Python interpreter 6849 # Type: Nintendo GameCube embedded disc image 8750 >18 leshort 77 Infineon 32-bit embedded, 8781 >18 leshort 108 Sharp embedded, 8812 >18 leshort 167 Andes embedded RISC, 8915 >7 byte 255 (embedded) 12671 # semi-commonly used in embedded and handheld systems. 14042 >>>44 ubelong &1 \b, embedded 14044 #>>>44 ubelong ^1 \b, not embedded [all …]
|
H A D | magic私はガラスを食べられます | 2218 # embedded inside others like Android Backup, Clam AntiVirus database 4947 # Scripts that run in the embedded Python interpreter 6849 # Type: Nintendo GameCube embedded disc image 8750 >18 leshort 77 Infineon 32-bit embedded, 8781 >18 leshort 108 Sharp embedded, 8812 >18 leshort 167 Andes embedded RISC, 8915 >7 byte 255 (embedded) 12671 # semi-commonly used in embedded and handheld systems. 14042 >>>44 ubelong &1 \b, embedded 14044 #>>>44 ubelong ^1 \b, not embedded [all …]
|
Completed in 202 milliseconds