Home
last modified time | relevance | path

Searched refs:valid (Results 1 – 25 of 918) sorted by last modified time

12345678910>>...37

/php-src/ext/simplexml/
H A Dsimplexml.c1955 PHP_METHOD(SimpleXMLElement, valid) in PHP_METHOD() argument
/php-src/ext/standard/tests/strings/
H A Dsetlocale_variation3.phpt7 die('skip Not valid for windows');
H A Dsetlocale_variation4.phpt7 die('skip Not valid for windows');
H A Dsetlocale_variation5.phpt7 die('skip Not valid for windows');
/php-src/ext/sqlite3/tests/
H A Dsqlite3_trampoline_create_aggregate_no_leak.phpt78 TypeError: SQLite3::createAggregate(): Argument #3 ($finalCallback) must be a valid callback, funct…
79 TypeError: SQLite3::createAggregate(): Argument #2 ($stepCallback) must be a valid callback, functi…
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdo_sqlite_createcollation_arg_error.phpt34 PdoSqlite::createCollation(): Argument #2 ($callback) must be a valid callback, no array or string …
H A Dpdo_sqlite_createafunction_arg_error.phpt46 PdoSqlite::createFunction(): Argument #2 ($callback) must be a valid callback, no array or string g…
H A Dpdo_sqlite_createaggregate_arg_error.phpt60 PdoSqlite::createAggregate(): Argument #2 ($step) must be a valid callback, no array or string given
61 PdoSqlite::createAggregate(): Argument #3 ($finalize) must be a valid callback, no array or string …
/php-src/ext/curl/tests/
H A Dcurl_multi_setopt_callables.phpt17 TypeError: curl_multi_setopt(): Argument #2 ($option) must be a valid callback for option CURLMOPT_…
H A Dcurl_setopt_callables.phpt33 TypeError: curl_setopt(): Argument #3 ($value) must be a valid callback for option CURLOPT_PROGRESS…
34 TypeError: curl_setopt_array(): Argument #2 ($options) must be a valid callback for option CURLOPT_…
35 TypeError: curl_setopt(): Argument #3 ($value) must be a valid callback for option CURLOPT_XFERINFO…
36 TypeError: curl_setopt_array(): Argument #2 ($options) must be a valid callback for option CURLOPT_…
37 TypeError: curl_setopt(): Argument #3 ($value) must be a valid callback for option CURLOPT_FNMATCH_…
39 TypeError: curl_setopt(): Argument #3 ($value) must be a valid callback for option CURLOPT_WRITEFUN…
40 TypeError: curl_setopt_array(): Argument #2 ($options) must be a valid callback for option CURLOPT_…
41 TypeError: curl_setopt(): Argument #3 ($value) must be a valid callback for option CURLOPT_HEADERFU…
42 TypeError: curl_setopt_array(): Argument #2 ($options) must be a valid callback for option CURLOPT_…
43 TypeError: curl_setopt(): Argument #3 ($value) must be a valid callback for option CURLOPT_READFUNC…
[all …]
H A Dcurl_ssh_hostkey_invalid_callable.phpt35 TypeError: curl_setopt(): Argument #3 ($value) must be a valid callback for option CURLOPT_SSH_HOST…
36 TypeError: curl_setopt_array(): Argument #2 ($options) must be a valid callback for option CURLOPT_…
/php-src/
H A DUPGRADING118 - A ValueError if a value of the $signals array is not a valid signal number
181 it references, or null if the reference is no longer valid.
376 strings. (For valid UTF-8 and UTF-16 strings, there is no change.)
H A DUPGRADING.INTERNALS29 * The zend_object_iterator_funcs valid member has changed its signature from
/php-src/ext/dom/tests/
H A DchildNodes_current_crash.phpt14 var_dump($iter->valid());
17 var_dump($iter->valid());
/php-src/ext/bcmath/tests/
H A Dbcround_error.phpt28 bcround(): Argument #3 ($mode) must be a valid rounding mode (PHP_ROUND_*)
/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc7506 /* avoid load to the same location (valid only when register is not reused) */
7545 /* avoid load to the same location (valid only when register is not reused) */
H A Dir_aarch64.dasc3840 /* avoid load to the same location (valid only when register is not reused) */
3880 /* avoid load to the same location (valid only when register is not reused) */
/php-src/ext/mbstring/
H A Dmbstring.c5546 bool valid = true; in php_mb_check_encoding_recursive() local
5559 valid = false; in php_mb_check_encoding_recursive()
5566 valid = false; in php_mb_check_encoding_recursive()
5572 valid = false; in php_mb_check_encoding_recursive()
5584 valid = false; in php_mb_check_encoding_recursive()
5589 return valid; in php_mb_check_encoding_recursive()
/php-src/build/
H A Dlibtool.m41959 # Check whether tagname contains only valid characters
5371 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
/php-src/Zend/
H A Dzend_execute.c4985 is_empty = iter->funcs->valid(iter) != SUCCESS; in zend_fe_reset_iterator()
H A Dzend_generators.c662 if (iter->funcs->valid(iter) == FAILURE) { in zend_generator_get_next_delegated_value()
852 ZEND_METHOD(Generator, valid) in ZEND_METHOD() argument
/php-src/ext/reflection/tests/
H A DReflectionGenerator_basic.phpt25 $gen->valid(); // start Generator
/php-src/ext/standard/
H A Dpassword.c540 return (!algo || (algo->valid && !algo->valid(hash))) ? default_algo : algo; in php_password_algo_identify_ex()
559 if (!algo || (algo->valid && !algo->valid(hash))) { in PHP_FUNCTION()
H A Durl_scanner_ex.re388 return SUCCESS; /* empty URL is valid */
/php-src/ext/openssl/tests/
H A Dopenssl_private_decrypt_basic.phpt34 Warning: openssl_private_decrypt(): key parameter is not a valid private key in %s on line %d

Completed in 107 milliseconds

12345678910>>...37