Home
last modified time | relevance | path

Searched refs:state (Results 51 – 75 of 154) sorted by relevance

1234567

/PHP-5.5/ext/spl/tests/
H A Diterator_047.phpt10 static function fail($state, $method)
12 if (self::$fail == $state)
14 throw new Exception("State $state: $method()");
/PHP-5.5/ext/zip/lib/
H A Dzip_unchange_data.c50 ze->state = ze->ch_filename ? ZIP_ST_RENAMED : ZIP_ST_UNCHANGED; in _zip_unchange_data()
H A Dzip_delete.c58 za->entry[idx].state = ZIP_ST_DELETED; in zip_delete()
H A Dzip_source_buffer.c86 read_data(void *state, void *data, zip_uint64_t len, enum zip_source_cmd cmd) in read_data() argument
92 z = (struct read_data *)state; in read_data()
H A Dzip_source_filep.c56 static zip_int64_t read_file(void *state, void *data, zip_uint64_t len,
124 read_file(void *state, void *data, zip_uint64_t len, enum zip_source_cmd cmd) in read_file() argument
130 z = (struct read_file *)state; in read_file()
H A Dzipint.h265 enum zip_state state; member
283 ((x)->state == ZIP_ST_REPLACED \
284 || (x)->state == ZIP_ST_ADDED)
/PHP-5.5/ext/hash/
H A Dphp_hash_gost.h28 php_hash_uint32 state[16]; member
H A Dphp_hash_snefru.h32 php_hash_uint32 state[16]; member
H A Dphp_hash_whirlpool.h26 php_hash_uint64 state[8]; member
H A Dphp_hash_joaat.h25 php_hash_uint32 state; member
H A Dphp_hash_adler32.h27 php_hash_uint32 state; member
H A Dphp_hash_crc32.h27 php_hash_uint32 state; member
H A Dphp_hash_tiger.h26 php_hash_uint64 state[3]; member
/PHP-5.5/ext/standard/
H A Dsha1.h28 php_uint32 state[5]; /* state (ABCD) */ member
H A Ddns.c367 struct __res_state state; in PHP_FUNCTION() local
368 struct __res_state *handle = &state; in PHP_FUNCTION()
405 memset(&state, 0, sizeof(state)); in PHP_FUNCTION()
777 struct __res_state state; in PHP_FUNCTION() local
778 struct __res_state *handle = &state; in PHP_FUNCTION()
898 memset(&state, 0, sizeof(state)); in PHP_FUNCTION()
1011 struct __res_state state; in PHP_FUNCTION() local
1012 struct __res_state *handle = &state; in PHP_FUNCTION()
1033 memset(&state, 0, sizeof(state)); in PHP_FUNCTION()
H A Dstring.c1432 int state; local
1436 state = 0;
1455 state = 0;
1465 state = 1;
1468 state = 0;
1474 state = 1;
1481 state = 1;
4560 state=1;
4653 state = 1;
4791 state = 3;
[all …]
/PHP-5.5/ext/dom/tests/
H A DDOMDocumentType_notations_error_001.phpt2 DOMDocumentType::notations with invalid state.
H A DDOMDocumentType_publicId_error_001.phpt2 DOMDocumentType::publicId with invalid state.
H A DDOMDocumentType_systemId_error_001.phpt2 DOMDocumentType::systemId with invalid state.
H A DDOMDocumentType_entities_error_001.phpt2 DOMDocumentType::entities with invalid state.
H A DDOMDocumentType_internalSubset_error_001.phpt2 DOMDocumentType::internalSubset with invalid state.
H A DDOMDocumentType_name_error_001.phpt2 DOMDocumentType::name with invalid state.
/PHP-5.5/ext/spl/examples/
H A Drecursivedualiterator.inc54 * state and identical current and key values or both are non valid.
63 * state and equal current and key values or both are invalid.
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_get_charset.phpt98 if (!isset($charset->state) ||
99 !is_int($charset->state))
100 printf("[022] Expecting int/any, got %s/%s\n", gettype($charset->state), $charset->state);
/PHP-5.5/ext/json/tests/
H A Dbug46215.phpt2 Bug #46215 (json_encode mutates its parameter and has some class-specific state)

Completed in 57 milliseconds

1234567