Searched refs:embedded (Results 1 – 24 of 24) sorted by relevance
/PHP-7.4/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 | 76 assert(is_bool($driver->embedded)); 77 printf("driver->embedded = '%s'\n", $driver->embedded); 97 embedded 105 embedded 114 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.4/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.4/sapi/embed/ |
H A D | config.m4 | 3 [EXPERIMENTAL: Enable building of embedded SAPI library TYPE is either 8 AC_MSG_CHECKING([for embedded SAPI library support])
|
/PHP-7.4/ext/xml/tests/ |
H A D | bug70962.phpt | 2 Bug #70962 (XML_OPTION_SKIP_WHITE strips embedded whitespace) 23 // Check embedded whitespace is not getting skipped.
|
/PHP-7.4/sapi/phpdbg/ |
H A D | .phpdbginit | 19 * This embedded PHP is executed at init time
|
/PHP-7.4/docs/ |
H A D | self-contained-extensions.md | 26 convert an embedded extension into a self-contained one. Install PHP and execute 59 The MySQL module will either use the embedded MySQL client library or the MySQL
|
/PHP-7.4/ext/mysqli/ |
H A D | php_mysqli_structs.h | 321 zend_ulong embedded; variable
|
H A D | mysqli.c | 563 mysqli_globals->embedded = 0; in PHP_INI_END()
|
/PHP-7.4/ext/standard/tests/array/ |
H A D | array_merge_recursive_variation3.phpt | 73 // array containing embedded arrays
|
/PHP-7.4/ |
H A D | UPGRADING | 83 . The embedded server functionality has been removed. It was broken since
|
H A D | NEWS | 134 . Fixed bug #70962 (XML_OPTION_SKIP_WHITE strips embedded whitespace).
|
/PHP-7.4/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 2355 # embedded inside others like Android Backup, Clam AntiVirus database 5624 # Scripts that run in the embedded Python interpreter 7702 # Type: Nintendo GameCube embedded disc image 9618 >18 leshort 77 Infineon 32-bit embedded, 9649 >18 leshort 108 Sharp embedded, 9680 >18 leshort 167 Andes embedded RISC, 9785 >7 byte 255 (embedded) 13731 # semi-commonly used in embedded and handheld systems. 15133 >>>44 ubelong &1 \b, embedded 15135 #>>>44 ubelong ^1 \b, not embedded [all …]
|
H A D | magic | 2355 # embedded inside others like Android Backup, Clam AntiVirus database 5624 # Scripts that run in the embedded Python interpreter 7702 # Type: Nintendo GameCube embedded disc image 9618 >18 leshort 77 Infineon 32-bit embedded, 9649 >18 leshort 108 Sharp embedded, 9680 >18 leshort 167 Andes embedded RISC, 9785 >7 byte 255 (embedded) 13731 # semi-commonly used in embedded and handheld systems. 15133 >>>44 ubelong &1 \b, embedded 15135 #>>>44 ubelong ^1 \b, not embedded [all …]
|
Completed in 305 milliseconds