Home
last modified time | relevance | path

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

123456

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_lexer.l13 #define YYSETCONDITION(x) LEX(state) = x;
14 #define YYGETCONDITION() LEX(state)
H A Dphpdbg_lexer.h32 int state; member
/PHP-7.4/ext/hash/
H A Dphp_hash_snefru.h30 uint32_t state[16]; member
H A Dphp_hash_whirlpool.h24 uint64_t state[8]; member
H A Dphp_hash_gost.h26 uint32_t state[16]; member
H A Dphp_hash_joaat.h23 uint32_t state; member
H A Dphp_hash_adler32.h25 uint32_t state; member
H A Dphp_hash_tiger.h24 uint64_t state[3]; member
H A Dphp_hash_crc32.h25 uint32_t state; member
/PHP-7.4/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()");
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-7.4/ext/standard/
H A Dsha1.h26 uint32_t state[5]; /* state (ABCD) */ member
H A Ddns.c375 struct __res_state state; in PHP_FUNCTION() local
376 struct __res_state *handle = &state; in PHP_FUNCTION()
416 memset(&state, 0, sizeof(state)); in PHP_FUNCTION()
817 struct __res_state state; in PHP_FUNCTION() local
818 struct __res_state *handle = &state; in PHP_FUNCTION()
949 memset(&state, 0, sizeof(state)); in PHP_FUNCTION()
1063 struct __res_state state; in PHP_FUNCTION() local
1064 struct __res_state *handle = &state; in PHP_FUNCTION()
1092 memset(&state, 0, sizeof(state)); in PHP_FUNCTION()
/PHP-7.4/Zend/tests/grammar/
H A Dregression_009.phpt2 Test to check regressions on use statements and lexer state
/PHP-7.4/sapi/cli/
H A Dphp_http_parser.h113 enum state enum
185 unsigned char state; member
/PHP-7.4/ext/json/
H A Dphp_json_scanner.h37 int state; /* condition state */ member
/PHP-7.4/ext/dom/tests/
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.
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.
/PHP-7.4/ext/json/tests/
H A Dbug46215.phpt2 Bug #46215 (json_encode mutates its parameter and has some class-specific state)
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_009.phpt2 Test typed properties unset leaves properties in an uninitialized state
/PHP-7.4/ext/pdo/tests/
H A Dbug_77849_2.phpt2 PDO Common: Bug #77849 (inconsistent state of cloned statament object)

Completed in 43 milliseconds

123456