Home
last modified time | relevance | path

Searched refs:s (Results 3726 – 3750 of 6255) sorted by relevance

1...<<141142143144145146147148149150>>...251

/PHP-7.4/ext/standard/tests/strings/
H A Dbug61660.phpt10 Warning: hex2bin(): Hexadecimal input string must have an even length in %s on line %d
/PHP-7.4/Zend/tests/type_declarations/
H A Dscalar_strict_declaration_placement_008.phpt11 Fatal error: strict_types declaration must not use block mode in %s on line %d
/PHP-7.4/tests/classes/
H A Dinterface_method.phpt12 Fatal error: Interface function if_a::err() cannot contain body %s on line %d
H A Dtype_hinting_004.phpt147 0: Argument 1 passed to f1() must be an instance of A, int given%s(%d)
150 0: Argument 1 passed to f2() must be an instance of A or null, int given%s(%d)
158 0: Argument 1 passed to C::f1() must be an instance of A, int given%s(%d)
161 0: Argument 1 passed to C::f2() must be an instance of A or null, int given%s(%d)
169 0: Argument 1 passed to D::f1() must be an instance of A, int given%s(%d)
172 0: Argument 1 passed to D::f2() must be an instance of A or null, int given%s(%d)
/PHP-7.4/tests/lang/
H A Dfunc_num_args.003.phpt10 Warning: func_num_args(): Called from the global scope - no function context in %s on line %d
/PHP-7.4/ext/gd/tests/
H A Dbug39082.phpt15 GIF87a%s
/PHP-7.4/ext/date/tests/
H A Dbug28024.phpt8 echo date("Y-m-d H:i:s T", strtotime("17:00 2004-01-01"));
/PHP-7.4/Zend/tests/
H A Dunset_cast_deprecated.phpt12 Deprecated: The (unset) cast is deprecated in %s on line %d
H A D031.phpt11 Fatal error: Cannot use [] for reading in %s on line %d
H A Derrmsg_006.phpt12 Fatal error: Cannot use [] for reading in %s on line %d
H A Derrmsg_007.phpt12 Fatal error: Cannot use [] for reading in %s on line %d
H A Derrmsg_008.phpt12 Fatal error: Cannot use [] for unsetting in %s on line %d
H A Derrmsg_037.phpt13 Fatal error: Properties cannot be declared abstract in %s on line %d
H A Dns_trailing_comma_error_03.phpt8 Parse error: syntax error, unexpected ',', expecting '}' in %s on line %d
H A Derrmsg_011.phpt16 Fatal error: Cannot redeclare test::foo() in %s on line %d
H A Derrmsg_020.phpt13 Warning: phpinfo() has been disabled for security reasons in %s on line %d
H A Derrmsg_039.phpt14 Fatal error: Cannot redeclare test::$var in %s on line %d
/PHP-7.4/Zend/tests/variadic/
H A Dby_ref_error.phpt12 Fatal error: Only variables can be passed by reference in %s on line %d
H A Dno_default_error.phpt10 Fatal error: Variadic parameter cannot have a default value in %s on line %d
/PHP-7.4/Zend/tests/array_unpack/
H A Din_destructuring.phpt10 Fatal error: Spread operator is not supported in assignments in %s on line %d
H A Dunpack_string_keys_compile_time.phpt10 Fatal error: Cannot unpack array with string keys in %s on line %d
/PHP-7.4/Zend/tests/ast/
H A Dzend-pow-assign.phpt11 Warning: assert(): assert(false && ($a **= 2)) failed in %s%ezend-pow-assign.php on line %d
/PHP-7.4/Zend/tests/list/
H A Dlist_reference_011.phpt9 Fatal error: Cannot assign reference to non referencable value in %s on line %d
/PHP-7.4/ext/oci8/tests/
H A Dbug43497.phpt107 $s = "<data>";
109 $s .= rand();
111 $s .= "</data>\n";
113 $s .= $s;
115 $data = "<?xml version=\"1.0\"?><records>" . $s . "</records>";
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_process_ctl.c126 int s = 0; in fpm_pctl_kill() local
130 s = SIGTERM; in fpm_pctl_kill()
133 s = SIGSTOP; in fpm_pctl_kill()
136 s = SIGCONT; in fpm_pctl_kill()
139 s = SIGQUIT; in fpm_pctl_kill()
144 return kill(pid, s); in fpm_pctl_kill()

Completed in 27 milliseconds

1...<<141142143144145146147148149150>>...251