Home
last modified time | relevance | path

Searched refs:embedded (Results 1 – 25 of 25) sorted by relevance

/PHP-5.5/ext/standard/tests/strings/
H A Dchop_variation4.phpt2 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 Dstrtok_variation4.phpt2 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 Dtrim1.phpt47 /* String with embedded NULL */
48 echo "\n*** Testing with String with embedded NULL ***\n";
86 *** Testing with String with embedded NULL ***
H A Drtrim.phpt38 /* String with embedded NULL */
39 echo "\n*** String with embedded NULL ***\n";
74 *** String with embedded NULL ***
H A Dnl2br_variation1.phpt17 //new line chars embedded in strings
H A Dnl2br_variation3.phpt25 //heredoc string containing embedded 'new line chars'/'new lines' in the string
H A Dexplode1.phpt65 /* String with embedded NULL */
66 echo "\n-- Testing string with embedded NULL --\n";
466 -- Testing string with embedded NULL --
/PHP-5.5/ext/mysqli/tests/
H A Dskipifnotemb.inc3 if (!$driver->embedded)
4 die("skip test for with embedded server only");
H A Dskipifemb.inc3 if ($driver->embedded)
4 die("skip test doesn't run with embedded server");
H A Dmysqli_class_mysqli_driver_interface.phpt85 assert(is_bool($driver->embedded));
86 printf("driver->embedded = '%s'\n", $driver->embedded);
106 embedded
114 embedded
123 driver->embedded = ''
H A Dmysqli_driver.phpt106 if (!is_bool($embedded = $driver->embedded))
108 gettype($embedded), $embedded);
H A D073.phpt9 var_dump($driver->embedded);
H A Dmysqli_class_mysqli_driver_reflection.phpt63 Inspecting property 'embedded'
89 Default property 'embedded'
/PHP-5.5/ext/mysqli/
H A Dconfig.m410 PHP_ARG_ENABLE(embedded_mysqli, whether to enable embedded MySQLi support,
11 [ --enable-embedded-mysqli
12 MYSQLi: Enable embedded support
25 AC_DEFINE(HAVE_EMBEDDED_MYSQLI, 1, [embedded MySQL support enabled])
27 dnl mysqlnd doesn't support embedded, so we have to add some extra stuff
H A Dphp_mysqli_structs.h340 unsigned long embedded; variable
H A Dmysqli.c599 mysqli_globals->embedded = 1; in PHP_INI_END()
601 mysqli_globals->embedded = 0; in PHP_INI_END()
/PHP-5.5/sapi/embed/
H A Dconfig.m46 [ --enable-embed[=TYPE] EXPERIMENTAL: Enable building of embedded SAPI library
9 AC_MSG_CHECKING([for embedded SAPI library support])
/PHP-5.5/ext/tidy/
H A DREADME7 embedded scripting languages such as PHP or ASP within them using OO constructs.
/PHP-5.5/
H A Dphp5.spec.in19 PHP is an HTML-embedded scripting language. Much of its syntax is
H A DREADME.SELF-CONTAINED-EXTENSIONS33 extension, we will convert an embedded extension into a
59 The MySQL module will either use the embedded MySQL client
H A DINSTALL314 support is embedded into this library.
482 embedded in source code.
H A DNEWS9142 - Improved support for embedded server in mysqli. (Georg)
/PHP-5.5/ext/standard/tests/array/
H A Darray_merge_recursive_variation3.phpt73 // array containing embedded arrays
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic3306 # Scripts that run in the embedded Python interpreter
5584 >18 leshort 77 Infineon 32-bit embedded,
5647 >>7 byte 255 (embedded)
8584 # semi-commonly used in embedded and handheld systems.
13013 >>>>0x40 search/0x80 DOS/32A for MS-DOS, DOS/32A DOS extender (embedded)
13027 # looks like ASCII, probably some embedded copyright message.
13041 # calculations (next embedded executable would be at &(&2*512+&0-2)
13044 >>>>>0x240 search/0x100 DOS/4G ,\b LE for MS-DOS, DOS4GW DOS extender (embedded)
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt8631 Especially on embedded sytems, it might be a good idea to release mem-

Completed in 130 milliseconds