Home
last modified time | relevance | path

Searched refs:no (Results 226 – 250 of 1386) sorted by relevance

12345678910>>...56

/PHP-7.4/ext/standard/tests/math/
H A Dlog_basic.phpt20 echo "\n LOG tests...no base\n";
33 LOG tests...no base
/PHP-7.4/ext/date/tests/
H A DDateTime_construct_error.phpt15 echo "\n-- Testing new DateTime() with more than expected no. of arguments --\n";
30 -- Testing new DateTime() with more than expected no. of arguments --
/PHP-7.4/ext/ffi/
H A Dconfig.w321 ARG_WITH('ffi', 'ffi support', 'no');
3 if (PHP_FFI != 'no') {
/PHP-7.4/ext/standard/tests/file/
H A Dfile_get_contents_variation8-win32.phpt36 "/no/such/file/dir" => "/no/such/file/dir",
91 -- Filename: /no/such/file/dir --
93 Warning: file_get_contents(/no/such/file/dir): failed to open stream: No such file or directory in …
H A Dreadfile_variation10-win32.phpt35 "/no/such/file/dir" => "/no/such/file/dir",
81 -- Filename: /no/such/file/dir --
83 Warning: readfile(/no/such/file/dir): failed to open stream: No such file or directory in %s on lin…
/PHP-7.4/ext/standard/tests/network/
H A Dfsockopen_error.phpt15 echo "\n-- Testing fsockopen() function with more than expected no. of arguments --\n";
26 echo "\n-- Testing fsockopen() function with less than expected no. of arguments --\n";
52 -- Testing fsockopen() function with more than expected no. of arguments --
59 -- Testing fsockopen() function with less than expected no. of arguments --
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_set_timeout_error.phpt14 echo "\n-- Testing stream_set_timeout() function with more than expected no. of arguments --\n";
33 echo "\n-- Testing stream_set_timeout() function with less than expected no. of arguments --\n";
58 -- Testing stream_set_timeout() function with more than expected no. of arguments --
63 -- Testing stream_set_timeout() function with less than expected no. of arguments --
H A Dbug64770.phpt25 echo "no streams \n";
45 echo "no process\n";
/PHP-7.4/Zend/tests/
H A Dclosure_043.phpt24 echo "After binding, null scope, no instance", "\n";
32 echo "After binding, with scope, no instance", "\n";
49 After binding, null scope, no instance
61 After binding, with scope, no instance
H A Dbug32660.phpt31 Notice: Indirect modification of overloaded property A::$whatever has no effect in %sbug32660.php o…
37 Notice: Indirect modification of overloaded property A::$whatever has no effect in %sbug32660.php o…
H A Dbug37667.phpt43 Notice: Indirect modification of overloaded property Test::$property has no effect in %sbug37667.ph…
45 Notice: Indirect modification of overloaded property Test::$property has no effect in %sbug37667.ph…
/PHP-7.4/ext/reflection/
H A Dconfig.m41 PHP_NEW_EXTENSION(reflection, php_reflection.c, no,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
/PHP-7.4/ext/ldap/
H A Dconfig.m417 AC_MSG_RESULT([no])
49 [no],
50 [no])
52 if test "$PHP_LDAP" != "no"; then
107 [ac_cv_3arg_setrebindproc=yes], [ac_cv_3arg_setrebindproc=no])])
117 if test "$PHP_LDAP_SASL" != "no"; then
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_enable_exceptions.phpt27 no such table: non_existent_table
30 Warning: SQLite3::query(): no such table: non_existent_table in %s on line %d
/PHP-7.4/sapi/cli/
H A Dconfig.w324 ARG_ENABLE('crt-debug', 'Enable CRT memory dumps for debugging sent to STDERR', 'no');
5 ARG_ENABLE('cli-win32', 'Build console-less CLI version of PHP', 'no');
/PHP-7.4/ext/json/
H A Dconfig.w325 if (PHP_JSON != "no") {
10 …STDOUT.WriteLine(execute(PATH_PROG("re2c") + " -t ext/json/php_json_scanner_defs.h --no-generation…
/PHP-7.4/ext/oci8/tests/
H A Dconnect_scope_try2.phpt4 <?php if (!extension_loaded('oci8')) die ("skip no oci8 extension"); ?>
41 oci_execute($s, OCI_DEFAULT); // no commit
43 oci_execute($s, OCI_DEFAULT); // no commit
H A Dconnect_scope_try3.phpt4 <?php if (!extension_loaded('oci8')) die ("skip no oci8 extension"); ?>
41 oci_execute($s, OCI_DEFAULT); // no commit
43 oci_execute($s, OCI_DEFAULT); // no commit
H A Dconnect_scope_try4.phpt4 <?php if (!extension_loaded('oci8')) die ("skip no oci8 extension"); ?>
41 oci_execute($s, OCI_DEFAULT); // no commit
43 oci_execute($s, OCI_DEFAULT); // no commit
H A Dconnect_scope_try6.phpt4 <?php if (!extension_loaded('oci8')) die ("skip no oci8 extension"); ?>
41 oci_execute($s, OCI_DEFAULT); // no commit
43 oci_execute($s, OCI_DEFAULT); // no commit
H A Dconnect_scope_try1.phpt4 <?php if (!extension_loaded('oci8')) die ("skip no oci8 extension"); ?>
41 oci_execute($s, OCI_DEFAULT); // no commit
43 oci_execute($s, OCI_DEFAULT); // no commit
H A Dconnect_scope_try5.phpt4 <?php if (!extension_loaded('oci8')) die ("skip no oci8 extension"); ?>
41 oci_execute($s, OCI_DEFAULT); // no commit
43 oci_execute($s, OCI_DEFAULT); // no commit
/PHP-7.4/build/
H A Dphp.m4316 ac_result=no
661 no[)]
662 ext_output=no
663 ext_shared=no
667 ext_shared=no
2191 ICC="no"
2194 ICC="no"
2197 GCC="no"
2209 SUNCC="no"
2212 SUNCC="no"
[all …]
H A Dltmain.sh151 duplicate_deps=no
583 no)
700 -no-suppress)
825 pic_mode=no
1147 dlself=no
1154 module=no
1161 preload=no
2213 found=no
2766 lib_linked=no
3275 no)
[all …]
/PHP-7.4/ext/standard/tests/dir/
H A Ddir_variation3.phpt38 /*5*/ 0400, // owner has read only, group and others have no permission
39 0600, // owner has rw only, group and others have no permission
41 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
42 0407, // owner has read only, other has rwx & group has no permission
44 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission
45 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx

Completed in 74 milliseconds

12345678910>>...56