Home
last modified time | relevance | path

Searched refs:no (Results 101 – 125 of 1293) sorted by relevance

12345678910>>...52

/php-src/ext/spl/tests/
H A Dclass_uses_variation.phpt2 SPL: Test class_uses() function : variation - no interfaces and autoload
7 echo "--- testing no traits ---\n";
23 --- testing no traits ---
/php-src/ext/openssl/
H A Dconfig.w323 ARG_WITH("openssl", "OpenSSL support", "no,shared");
5 if (PHP_OPENSSL != "no") {
/php-src/ext/standard/tests/file/
H A Dfile_put_contents_variation8-win32.phpt27 "/no/such/file/dir" => "/no/such/file/dir",
74 -- Filename: /no/such/file/dir --
76 Warning: file_put_contents(/no/such/file/dir): Failed to open stream: %s in %s on line %d
77 Failed to write data to: /no/such/file/dir
H A Dtouch_error.phpt8 var_dump(touch("/no/such/file/or/directory"));
12 Warning: touch(): Unable to create file /no/such/file/or/directory because No such file or director…
/php-src/ext/session/tests/
H A Dsession_regenerate_id_cookie.phpt14 get_cgi_path() or die('skip no cgi');
68 Cache-Control: no-store, no-cache, must-revalidate
69 Pragma: no-cache
/php-src/ext/curl/
H A Dcurl_private.h41 do { (__handle)->err.no = (int) __err; } while (0)
78 int no; member
118 int no; member
126 int no; member
/php-src/ext/odbc/
H A Dconfig.w323 ARG_ENABLE("odbc", "ODBC support", "no");
12 if ("no" == PHP_ODBCVER) {
19 PHP_ODBC = "no"
/php-src/ext/pdo_sqlite/
H A Dconfig.m47 if test "$PHP_PDO_SQLITE" != "no"; then
9 if test "$PHP_PDO" = "no" && test "$ext_shared" = "no"; then
/php-src/Zend/tests/attributes/override/
H A D022.phpt2 #[\Override]: Static method no parent class.
16 Fatal error: C::c() has #[\Override] attribute, but no matching parent method exists in %s on line …
/php-src/ext/standard/tests/general_functions/
H A Dregister_shutdown_functions_without_previous_call_frame_02.phpt11 Fatal error: Uncaught Error: Cannot call func_get_args() dynamically in [no active file]:0
15 thrown in [no active file] on line 0
H A Dregister_shutdown_functions_without_previous_call_frame_03.phpt11 Fatal error: Uncaught Error: Cannot call func_num_args() dynamically in [no active file]:0
15 thrown in [no active file] on line 0
H A Dregister_shutdown_functions_without_previous_call_frame_04.phpt11 Fatal error: Uncaught ArgumentCountError: func_get_arg() expects exactly 1 argument, 0 given in [no
15 thrown in [no active file] on line 0
/php-src/ext/standard/tests/dir/
H A Dopendir_variation7.phpt31 /*5*/ 0400, // owner has read only, group and others have no permission
32 0600, // owner has rw only, group and others have no permission
34 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
35 0407, // owner has read only, other has rwx & group has no permission
37 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission
38 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
/php-src/ext/pdo_mysql/
H A Dconfig.m44 [PDO: MySQL support. DIR is the MySQL base directory. If no value or mysqlnd
7 if test "$PHP_PDO_MYSQL" != "no"; then
11 if test "$PHP_MYSQL_SOCK" != "no" && test "$PHP_MYSQL_SOCK" != "yes"; then
18 AC_MSG_RESULT([no])
21 if test "$PHP_PDO" = "no" && test "$ext_shared" = "no"; then
/php-src/Zend/tests/
H A Dbug71221.phpt8 Fatal error: Uncaught Error: Cannot call get_defined_vars() dynamically in [no active file]:0
12 thrown in [no active file] on line 0
H A Dclosure_044.phpt6 * and doesn't have an instance if it has no scope */
24 echo "After binding, null scope, no instance", "\n";
32 echo "After binding, with scope, no instance", "\n";
50 After binding, null scope, no instance
65 After binding, with scope, no instance
/php-src/ext/ftp/
H A Dconfig.w323 ARG_ENABLE("ftp", "ftp support", "no");
5 if (PHP_FTP != "no") {
/php-src/ext/gettext/
H A Dconfig.w323 ARG_WITH("gettext", "gettext support", "no");
5 if (PHP_GETTEXT != "no") {
/php-src/win32/build/
H A Dconfig.w3243 if (PHP_PGI == "yes" || PHP_PGO != "no") {
48 if (PHP_PGI == "yes" && PHP_PGO != "no") {
75 // no from disable-all
76 if(PHP_MP == 'auto' || PHP_MP == 'no') {
153 PHP_ANALYZER = "no";
170 PHP_ANALYZER = "no";
205 PHP_ANALYZER = "no";
220 pvscfg.WriteLine("skip-cl-exe = no");
223 PHP_ANALYZER = "no"
345 if (PHP_SNAPSHOT_TEMPLATE == "no") {
[all …]
/php-src/ext/xmlwriter/
H A Dconfig.m47 if test "$PHP_XMLWRITER" != "no"; then
9 if test "$PHP_LIBXML" = "no"; then
/php-src/ext/sqlite3/
H A Dconfig.w323 ARG_WITH("sqlite3", "SQLite 3 support", "no");
5 if (PHP_SQLITE3 != "no") {
/php-src/Zend/tests/in-de-crement/
H A Dincdec_strings.phpt95 Deprecated: Decrement on non-numeric string has no effect and is deprecated in %s on line %d
105 Deprecated: Decrement on non-numeric string has no effect and is deprecated in %s on line %d
109 Deprecated: Decrement on non-numeric string has no effect and is deprecated in %s on line %d
113 Deprecated: Decrement on non-numeric string has no effect and is deprecated in %s on line %d
117 Deprecated: Decrement on non-numeric string has no effect and is deprecated in %s on line %d
121 Deprecated: Decrement on non-numeric string has no effect and is deprecated in %s on line %d
125 Deprecated: Decrement on non-numeric string has no effect and is deprecated in %s on line %d
/php-src/sapi/fpm/tests/
H A Dfcgi-env-nopif-custom-without-pi-with-pt.phpt2 FPM: FastCGI env var no path info fix for custom setup without PATH_INFO and with PATH_TRANSLATED
20 php_admin_value[cgi.fix_pathinfo] = no
21 php_admin_value[cgi.discard_path] = no
/php-src/Zend/tests/offsets/
H A Dinternal_handlers_extended.phpt34 $no = new NoImplement();
37 $no['foo'];
38 exportObject($no);
/php-src/ext/spl/tests/SplObjectStorage/
H A DSplObjectStorage_unset.phpt7 echo "In destructor. Should no longer be accessible in \$s:\n";
32 In destructor. Should no longer be accessible in $s:
44 In destructor. Should no longer be accessible in $s:

Completed in 29 milliseconds

12345678910>>...52