Searched defs:valid (Results 1 - 9 of 9) sorted by relevance

/PHP_TRUNK/ext/spl/
H A Dspl.php374 * @brief Exception that denotes a value not in the valid domain was used.
569 function valid(); function
839 /** @copydoc Iterator::valid */
840 function valid() {/**/} function
1002 /** @copydoc Iterator::valid */
1003 function valid() {/**/} function
1111 /** @copydoc Iterator::valid */
1112 function valid() {/**/} function
H A Dspl_observer.c646 /* {{{ proto bool SplObjectStorage::valid()
647 Returns whether current position is valid */
648 SPL_METHOD(SplObjectStorage, valid)
972 SPL_ME(SplObjectStorage, valid, arginfo_splobject_void,0)
1127 /* {{{ proto bool MultipleIterator::valid()
1128 Return whether all or one sub iterator is valid depending on flags */
1129 SPL_METHOD(MultipleIterator, valid)
1134 long expect, valid; local
1151 zend_call_method_with_0_params(&it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_valid, "valid", &retval);
1154 valid
1175 int valid = 1, num_elements; local
[all...]
H A Dspl_directory.c830 int valid = 0; local
831 zend_call_method_with_0_params(&this_ptr, Z_OBJCE_P(getThis()), &intern->u.dir.func_valid, "valid", &retval);
833 valid = zend_is_true(retval);
836 if (!valid) {
846 /* {{{ proto string DirectoryIterator::valid()
848 SPL_METHOD(DirectoryIterator, valid)
1112 has a valid directory resource.
1655 /* ->current must be initialized; rewind doesn't set it and valid
1991 SPL_ME(DirectoryIterator, valid, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
2393 /* {{{ proto void SplFileObject::valid()
[all...]
/PHP_TRUNK/ext/zip/lib/
H A Dzip.h194 zip_uint64_t valid; /* which fields have valid values */
192 zip_uint64_t valid; /* which fields have valid values */ member in struct:zip_stat
/PHP_TRUNK/ext/mssql/
H A Dphp_mssql.h140 int valid; member in struct:mssql_link
/PHP_TRUNK/ext/sybase_ct/
H A Dphp_sybase_ct.h82 int valid; member in struct:__anon253
/PHP_TRUNK/Zend/
H A Dzend_objects_API.h33 zend_bool valid; member in struct:_zend_object_store_bucket
H A Dzend_iterators.h35 /* check for end of iteration (FAILURE or SUCCESS if data is valid) */
36 int (*valid)(zend_object_iterator *iter TSRMLS_DC); member in struct:_zend_object_iterator_funcs
/PHP_TRUNK/ext/standard/
H A Dhtml.c74 /* valid as single byte character or leading byte */
76 /* whether it's actually valid depends on other stuff;
110 * non-initial byte that encodes a valid character or is a leading
111 * byte for a valid sequence." */
796 /* we're guaranteed there were valid digits, so *endptr > buf */
957 /* now p[3] is surely valid and is no terminator */
1020 /* jump over the valid entity; may go beyond size of buffer; np */
1241 /* first arg is 1 because we want to identify valid named entities
1333 * check for its validity, if its valid pass it unchanged */
1376 /* check if entity is valid */
1381 int valid; local
[all...]

Completed in 20 milliseconds