Home
last modified time | relevance | path

Searched refs:no (Results 276 – 300 of 1738) sorted by relevance

1...<<11121314151617181920>>...70

/PHP-7.2/ext/standard/
H A DMakefile.frag2 …@(cd $(top_srcdir); $(RE2C) --no-generation-date -b -o ext/standard/var_unserializer.c ext/standar…
5 …@(cd $(top_srcdir); $(RE2C) --no-generation-date -b -o ext/standard/url_scanner_ex.c ext/standard/…
H A DMakefile.frag.w323 $(RE2C) --no-generation-date -b -o ext/standard/var_unserializer.c ext/standard/var_unserializer.re
7 $(RE2C) --no-generation-date -b -o ext/standard/url_scanner_ex.c ext/standard/url_scanner_ex.re
/PHP-7.2/
H A Dconfigure.ac320 with_pic=no
874 [ --enable-debug Compile with debugging symbols], no, no)
899 ZEND_DEBUG=no
942 [ --enable-sigchild Enable PHP's own SIGCHLD handler], no, no)
972 [ --enable-dmalloc Enable dmalloc], no, no)
996 [ --enable-dtrace Enable DTrace support], no, no)
1012 [ --enable-fd-setsize Set size of descriptor sets], no, no)
1068 no)
1100 with_pear=no
1105 with_pear=no
[all …]
H A Dacinclude.m4340 ac_result=no
676 no[)]
677 ext_output=no
678 ext_shared=no
682 ext_shared=no
2203 found_icu=no
2849 ICC="no"
2852 ICC="no"
2855 GCC="no"
2864 SUNCC="no"
[all …]
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_non_select.phpt34 printf("[004] Emulated PS, DESCRIBE returned no results\n");
52 printf("[007] Emulated PS, SHOW returned no results\n");
58 printf("[009] Emulated PS, EXPLAIN returned no results\n");
65 printf("[010] Emulated PS, EXPLAIN returned no results\n");
72 $native_support = 'no';
92 printf("[013] Native PS (native support: %s), DESCRIBE returned no results\n",
106 $native_support = 'no';
127 printf("[017] Native PS (native support: %s), SHOW returned no results\n",
139 $native_support = 'no';
155 printf("[013] Native PS (native support: %s), EXPLAIN returned no results\n",
/PHP-7.2/ext/standard/tests/array/
H A Dbug69723.phpt15 'nanana' => 'no nana'
19 'nanana' => 'no nana'
/PHP-7.2/ext/recode/
H A Dconfig9.m46 if test "$PHP_RECODE" != "no"; then
7 test "$PHP_IMAP" != "no" && recode_conflict="$recode_conflict imap"
/PHP-7.2/ext/spl/tests/
H A Diterator_057.phpt18 echo 'no Exception thrown'
21 no Exception thrown
/PHP-7.2/win32/build/
H A Dconfig.w32.phpize.in27 …ack', 'Release binaries with external debug symbols (--enable-debug must not be specified)', 'no');
47 // no from disable-all
48 if(PHP_MP == 'auto' || PHP_MP == 'no') {
63 ARG_WITH("snapshot-template", "Path to snapshot builder template dir", "no");
83 …windows/libs). Assumes that it is a sibling of this source dir (..\\deps) if not specified', 'no');
112 if (PHP_SNAPSHOT_TEMPLATE == "no") {
126 ARG_WITH("codegen-arch", "Architecture for code generation", "no");
/PHP-7.2/ext/snmp/
H A Dconfig.w324 ARG_WITH("snmp", "SNMP support", "no");
6 if (PHP_SNMP != "no") {
/PHP-7.2/ext/fileinfo/
H A Dconfig.w324 ARG_ENABLE("fileinfo", "fileinfo support", "no");
6 if (PHP_FILEINFO != 'no') {
/PHP-7.2/Zend/tests/
H A Dparent_class_name_without_parent.phpt2 Getting parent class name when there is no parent generates an error
20 Fatal error: Uncaught Error: Cannot use "parent" when current class scope has no parent in %s:5
/PHP-7.2/ext/gd/tests/
H A Dimageinterlace_error1.phpt2 Testing passing no parameters to imageinterlace() of GD library
15 //calling with no parameters
/PHP-7.2/ext/bz2/
H A Dconfig.w324 ARG_WITH("bz2", "BZip2", "no");
6 if (PHP_BZ2 != "no") {
/PHP-7.2/tests/output/
H A Dbug75236.phpt10 file_get_contents ('no/suchfile');
17 <b>Warning</b>: file_get_contents(no/suchfile): failed to open stream: No such file or directory i…
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_fetch_object_no_constructor.phpt34 …printf("\nException with mysqli. Note that at all other places we throws errors but no exceptions …
41 printf("\nFatal error with PHP (but no exception!):\n");
60 Exception with mysqli. Note that at all other places we throws errors but no exceptions unless the …
63 Fatal error with PHP (but no exception!):
/PHP-7.2/ext/standard/tests/class_object/
H A Dis_a_error_001.phpt16 echo "\n-- Testing is_a() function with more than expected no. of arguments --\n";
30 echo "\n-- Testing is_a() function with less than expected no. of arguments --\n";
39 -- Testing is_a() function with more than expected no. of arguments --
49 -- Testing is_a() function with less than expected no. of arguments --
/PHP-7.2/ext/mbstring/tests/
H A Dmb_ereg_match_error1.phpt23 echo "\n-- Testing mb_ereg_match() function with more than expected no. of arguments --\n";
31 echo "\n-- Testing mb_ereg_match() function with less than expected no. of arguments --\n";
44 -- Testing mb_ereg_match() function with more than expected no. of arguments --
49 -- Testing mb_ereg_match() function with less than expected no. of arguments --
/PHP-7.2/ext/standard/tests/strings/
H A Dstrspn_error.phpt23 echo "\n-- Testing strspn() function with more than expected no. of arguments --\n";
34 echo "\n-- Testing strspn() function with less than expected no. of arguments --\n";
48 -- Testing strspn() function with more than expected no. of arguments --
53 -- Testing strspn() function with less than expected no. of arguments --
H A Dhtmlentities23.phpt10 "\x8F\xA1\x21", //2 sub, no consume last
11 "\x8F\x21", //1 sub, no consume last
14 "\x8E\x21", //1 sub, no consume last
17 "\xB2\x21", //1 sub, no consume last
H A Dstrcspn_error.phpt23 echo "\n-- Testing strcspn() function with more than expected no. of arguments --\n";
34 echo "\n-- Testing strcspn() function with less than expected no. of arguments --\n";
48 -- Testing strcspn() function with more than expected no. of arguments --
53 -- Testing strcspn() function with less than expected no. of arguments --
H A Dstrpbrk_error.phpt17 echo "\n-- Testing strpbrk() function with more than expected no. of arguments --\n";
20 echo "\n-- Testing strpbrk() function with less than expected no. of arguments --\n";
35 -- Testing strpbrk() function with more than expected no. of arguments --
40 -- Testing strpbrk() function with less than expected no. of arguments --
/PHP-7.2/ext/standard/tests/dir/
H A Dopendir_variation7.phpt44 /*5*/ 0400, // owner has read only, group and others have no permission
45 0600, // owner has rw only, group and others have no permission
47 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
48 0407, // owner has read only, other has rwx & group has no permission
50 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission
51 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
/PHP-7.2/ext/pdo_firebird/
H A Dconfig.w323 ARG_WITH("pdo-firebird", "Firebird support for PDO", "no");
5 if (PHP_PDO_FIREBIRD != "no") {
/PHP-7.2/ext/sockets/
H A Dconfig.w324 ARG_ENABLE("sockets", "SOCKETS support", "no");
6 if (PHP_SOCKETS != "no") {

Completed in 43 milliseconds

1...<<11121314151617181920>>...70