Home
last modified time | relevance | path

Searched refs:except (Results 1 – 25 of 53) sorted by last modified time

123

/PHP-7.4/
H A Dconfigure.ac566 dnl Checks for GCC function attributes on all systems except ones without glibc
H A Dphp.ini-development14 ; 4. Current working directory (except CLI)
81 ; php.ini-development is very similar to its production variant, except it is
458 ; E_ALL & ~E_NOTICE (Show all errors, except for notices)
459 ; E_ALL & ~E_NOTICE & ~E_STRICT (Show all errors, except for notices and coding standards warnin…
604 ; no-ctrl (all characters except control characters)
H A Dphp.ini-production14 ; 4. Current working directory (except CLI)
81 ; php.ini-development is very similar to its production variant, except it is
458 ; E_ALL & ~E_NOTICE (Show all errors, except for notices)
459 ; E_ALL & ~E_NOTICE & ~E_STRICT (Show all errors, except for notices and coding standards warnin…
604 ; no-ctrl (all characters except control characters)
H A D.appveyor.yml6 except:
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc747 $except = null;
748 if (stream_select($read, $write, $except, $timeout=3)) {
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_get_connection_stats.phpt44 printf("[005] The hashes should be identical except of the memory related fields\n");
59 printf("[007] The hashes should be identical except of the memory related fields\n");
H A Dmysqli_debug_mysqlnd_control_string.phpt2 mysqli_debug() - all control string options supported by both mysqlnd and libmysql except oOaA
/PHP-7.4/build/
H A Dlibtool.m4129 # All known linkers require a `.a' archive for static linking (except MSVC,
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5048 uint32_t options, compile_block *cb, const uint32_t *p, unsigned int except) in add_list_to_class_internal() argument
5054 if (p[0] != except) in add_list_to_class_internal()
5122 compile_block *cb, const uint32_t *p, unsigned int except) in add_list_to_class() argument
5128 if (p[0] != except) in add_list_to_class()
/PHP-7.4/ext/standard/tests/strings/
H A Dsetlocale_variation2.phpt52 // return all the locale found in the system, except for broken one
H A Dsetlocale-win32.phpt2 Unix locale names are rejected on Windows, except for some special cases
/PHP-7.4/ext/standard/tests/file/
H A Dlstat_stat_variation2.phpt33 // compare the two stats - all except ctime
H A Dlstat_stat_variation3.phpt44 // compare the two stats - all except ctime
H A Drename_basic.phpt27 // checking statistics of old and renamed file - both should be same except ctime
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in433 ; Default Value: nothing is defined by default except the values in php.ini and
/PHP-7.4/ext/sockets/tests/
H A Dsocket_select-wrongparams-2.phpt12 $except = null;
14 var_dump(socket_select($sockets, $write, $except, $time));
15 socket_select($sockets, $write, $except);
H A Dsocket_select-wrongparams-3.phpt21 $except = null;
23 var_dump(socket_select($sockets, $write, $except, $time));
/PHP-7.4/ext/soap/tests/
H A Dfault_warning.phpt8 $fault = new SoapFault(0, "message"); // Can't be a non-string (except for null)
/PHP-7.4/ext/ctype/tests/
H A Dctype_graph_basic.phpt8 * Description: Checks for any printable character(s) except space
H A Dctype_graph_variation2.phpt8 * Description: Checks for any printable character(s) except space
H A Dctype_graph_variation1.phpt8 * Description: Checks for any printable character(s) except space
H A Dctype_graph_variation3.phpt8 * Description: Checks for any printable character(s) except space
H A Dctype_graph_variation4.phpt8 * Description: Checks for any printable character(s) except space
/PHP-7.4/docs/
H A Dparameter-parsing-api.md51 This function behaves like `zend_parse_parameters_ex()` except that instead of
/PHP-7.4/Zend/tests/
H A D019.phpt58 // except "", 0, "0", NULL, FALSE
110 …var_dump( empty($array_var) ); // expecting bool(false), except: array(), which is considered empty
111 var_dump( isset($array_var) ); // expecting bool(true), except: array(), which is not set

Completed in 85 milliseconds

123