Home
last modified time | relevance | path

Searched refs:zend_argument_value_error (Results 76 – 100 of 127) sorted by relevance

123456

/PHP-8.2/ext/standard/
H A Dtype.c130 zend_argument_value_error(2, "must be a valid type"); in PHP_FUNCTION()
H A Dphp_fopen_wrapper.c200 zend_argument_value_error(2, "must be greater than or equal to 0"); in php_stream_url_wrap_php()
H A Ddir.c539 zend_argument_value_error(1, "cannot be empty"); in PHP_FUNCTION()
H A Dproc_open.c1126 zend_argument_value_error(1, "must have at least one element"); in PHP_FUNCTION()
1168 zend_argument_value_error(2, "must be an integer indexed array"); in PHP_FUNCTION()
1185 zend_argument_value_error(2, "must only contain arrays and streams"); in PHP_FUNCTION()
H A Dmail.c227 zend_argument_value_error(4, "must not contain any null bytes"); in PHP_FUNCTION()
/PHP-8.2/ext/dom/
H A Delement.c381 zend_argument_value_error(1, "cannot be empty"); in PHP_METHOD()
409 zend_argument_value_error(1, "must be a valid XML attribute"); in PHP_METHOD()
773 zend_argument_value_error(2, "cannot be empty"); in PHP_METHOD()
1522 zend_argument_value_error(2, "is too long"); in PHP_METHOD()
H A Dxpath.c434zend_argument_value_error(1, "must not be \"http://php.net/xpath\" because it is reserved by PHP"); in PHP_METHOD()
/PHP-8.2/ext/ldap/
H A Dldap.c969 zend_argument_value_error(2, "must be between 1 and 65535"); in PHP_FUNCTION()
1505 zend_argument_value_error(1, "cannot be empty"); in php_ldap_do_search()
1513 zend_argument_value_error(2, "must have the same number of elements as the links array"); in php_ldap_do_search()
1530 zend_argument_value_error(3, "must have the same number of elements as the links array"); in php_ldap_do_search()
1548 zend_argument_value_error(1, "must only contain objects of type LDAP"); in php_ldap_do_search()
2264zend_argument_value_error(3, "must contain arrays with consecutive integer indices starting from 0… in php_ldap_do_modify()
2609 zend_argument_value_error(3, "must have consecutive integer indices starting from 0"); in PHP_FUNCTION()
2616 zend_argument_value_error(3, "must only contain arrays"); in PHP_FUNCTION()
2638zend_argument_value_error(3, "must contain arrays only containing the \"" LDAP_MODIFY_BATCH_ATTRIB… in PHP_FUNCTION()
3172 zend_argument_value_error(3, "is too large"); in PHP_FUNCTION()
/PHP-8.2/ext/fileinfo/
H A Dfileinfo.c377 zend_argument_value_error(1, "cannot be empty"); in _php_finfo_get_type()
/PHP-8.2/ext/random/
H A Dengine_mt19937.c274 zend_argument_value_error(2, "must be either MT_RAND_MT19937 or MT_RAND_PHP"); in PHP_METHOD()
/PHP-8.2/ext/dba/
H A Ddba_lmdb.c60zend_argument_value_error(6, "must be either DBA_LMDB_USE_SUB_DIR or DBA_LMDB_NO_SUB_DIR for LMDB … in DBA_OPEN_FUNC()
/PHP-8.2/ext/sockets/
H A Dmulticast.c282 zend_argument_value_error(4, "must be between 0 and 255"); in php_do_setsockopt_ip_mcast()
346 zend_argument_value_error(4, "must be between -1 and 255"); in php_do_setsockopt_ipv6_mcast()
/PHP-8.2/ext/xmlwriter/
H A Dphp_xmlwriter.c92 zend_argument_value_error(__arg_no, "must be a valid %s, \"%s\" given", __subject, name); \
799 zend_argument_value_error(1, "cannot be empty"); in PHP_FUNCTION()
/PHP-8.2/ext/pdo_sqlite/
H A Dpdo_sqlite.c85 zend_argument_value_error(1, "cannot be empty"); in PHP_METHOD()
/PHP-8.2/ext/sysvmsg/
H A Dsysvmsg.c283 zend_argument_value_error(4, "must be greater than 0"); in PHP_FUNCTION()
/PHP-8.2/ext/sysvshm/
H A Dsysvshm.c146 zend_argument_value_error(2, "must be greater than 0"); in PHP_FUNCTION()
/PHP-8.2/ext/spl/
H A Dspl_iterators.c899 zend_argument_value_error(1, "must be greater than or equal to -1"); in PHP_METHOD()
1107 zend_argument_value_error(1, "must be a RecursiveTreeIterator::PREFIX_* constant"); in PHP_METHOD()
1340 zend_argument_value_error(2, "must be greater than or equal to 0"); in spl_dual_it_construct()
1344 zend_argument_value_error(3, "must be greater than or equal to -1"); in spl_dual_it_construct()
1356 zend_argument_value_error(2, "must contain only one of CachingIterator::CALL_TOSTRING, " in spl_dual_it_construct()
1415 zend_argument_value_error(3, "must be RegexIterator::MATCH, RegexIterator::GET_MATCH, " in spl_dual_it_construct()
1957 zend_argument_value_error(1, "must be RegexIterator::MATCH, RegexIterator::GET_MATCH, " in PHP_METHOD()
2629 zend_argument_value_error(1, "must contain only one of CachingIterator::CALL_TOSTRING, " in PHP_METHOD()
H A Dspl_fixedarray.c552 zend_argument_value_error(1, "must be greater than or equal to 0"); in PHP_METHOD()
791 zend_argument_value_error(1, "must be greater than or equal to 0"); in PHP_METHOD()
/PHP-8.2/ext/pdo/
H A Dpdo_dbh.c568 zend_argument_value_error(1, "cannot be empty"); in PHP_METHOD()
1035 zend_argument_value_error(1, "cannot be empty"); in PHP_METHOD()
1171 zend_argument_value_error(1, "cannot be empty"); in PHP_METHOD()
/PHP-8.2/ext/pdo_pgsql/
H A Dpgsql_driver.c612 zend_argument_value_error(2, "cannot be empty"); in pgsqlCopyFromArray_internal()
1141zend_argument_value_error(1, "must be one of PDO::FETCH_BOTH, PDO::FETCH_ASSOC, or PDO::FETCH_NUM"… in pgsqlGetNotify_internal()
1146 zend_argument_value_error(2, "must be greater than or equal to 0"); in pgsqlGetNotify_internal()
/PHP-8.2/ext/session/
H A Dsession.c1721 zend_argument_value_error(2, "must be null when argument #1 ($lifetime_or_options) is an array"); in PHP_FUNCTION()
1726 zend_argument_value_error(3, "must be null when argument #1 ($lifetime_or_options) is an array"); in PHP_FUNCTION()
1731 zend_argument_value_error(4, "must be null when argument #1 ($lifetime_or_options) is an array"); in PHP_FUNCTION()
1736 zend_argument_value_error(5, "must be null when argument #1 ($lifetime_or_options) is an array"); in PHP_FUNCTION()
1771 zend_argument_value_error(1, "must contain at least 1 valid key"); in PHP_FUNCTION()
1927 zend_argument_value_error(1, "cannot be \"user\""); in PHP_FUNCTION()
/PHP-8.2/ext/simplexml/
H A Dsimplexml.c1638 zend_argument_value_error(1, "cannot be empty"); in PHP_METHOD()
1705 zend_argument_value_error(1, "cannot be empty"); in PHP_METHOD()
2209 zend_argument_value_error(3, "is too large"); in PHP_FUNCTION()
2256 zend_argument_value_error(1, "is too long"); in PHP_FUNCTION()
2260 zend_argument_value_error(4, "is too long"); in PHP_FUNCTION()
2264 zend_argument_value_error(3, "is too large"); in PHP_FUNCTION()
/PHP-8.2/ext/odbc/
H A Dphp_odbc.c723 zend_argument_value_error(2, "must be greater than 0"); in odbc_column_lengths()
1152 zend_argument_value_error(2, "must be either SQL_FETCH_FIRST or SQL_FETCH_NEXT"); in PHP_FUNCTION()
2222 zend_argument_value_error(4, "must be one of SQL_CUR_USE_IF_NEEDED, " in odbc_do_connect()
2478 zend_argument_value_error(2, "must be greater than 0"); in PHP_FUNCTION()
2514 zend_argument_value_error(2, "must be greater than 0"); in PHP_FUNCTION()
2728 zend_argument_value_error(2, "must be 1 for SQLSetConnectOption(), or 2 for SQLSetStmtOption()"); in PHP_FUNCTION()
/PHP-8.2/ext/com_dotnet/
H A Dcom_variant.c977 zend_argument_value_error(1, "must be greater than or equal to 0"); in PHP_FUNCTION()
988 zend_argument_value_error(1, "must not go past 23:59:59, December 31, 3000, UTC"); in PHP_FUNCTION()
/PHP-8.2/ext/soap/
H A Dsoap.c472 zend_argument_value_error(2, "cannot be empty"); in PHP_METHOD()
503 zend_argument_value_error(1, "cannot be empty"); in PHP_METHOD()
507 zend_argument_value_error(2, "cannot be empty"); in PHP_METHOD()
523 zend_argument_value_error(5, "must be longer than 2 characters"); in PHP_METHOD()
530zend_argument_value_error(5, "must be one of SOAP_ACTOR_NEXT, SOAP_ACTOR_NONE, or SOAP_ACTOR_UNLIM… in PHP_METHOD()
570 zend_argument_value_error(1, "is not a valid fault code"); in PHP_METHOD()
646 zend_argument_value_error(2, "is not a valid encoding"); in PHP_METHOD()
914 zend_argument_value_error( in PHP_METHOD()
1103 zend_argument_value_error(1, "must be SOAP_FUNCTIONS_ALL when an integer is passed"); in PHP_METHOD()

Completed in 187 milliseconds

123456