Home
last modified time | relevance | path

Searched refs:target (Results 51 – 75 of 166) sorted by relevance

1234567

/php-src/Zend/tests/
H A Dzend_signed_multiply-64bit.phpt4 <?php if ((1 << 31) < 0) print "skip Running on 32-bit target"; ?>
/php-src/Zend/tests/type_declarations/variance/
H A Dreturn_type_will_change_property_error.phpt14 Fatal error: Attribute "ReturnTypeWillChange" cannot target property (allowed targets: method) in %…
/php-src/Zend/tests/attributes/
H A D020_userland_attribute_validation.phpt2 Attributes expose and verify target and repeatable data.
59 string(70) "Attribute "A1" cannot target class (allowed targets: function, method)"
/php-src/ext/session/tests/
H A Dsession_regenerate_id_cookie.phpt34 $target = "Set-Cookie: PHPSESSID=";
36 if (strstr($h, $target) !== FALSE) {
/php-src/ext/ldap/tests/
H A Dldap_search_sort_controls.phpt56 'before' => 0, // Return 0 entry before target
57 'after' => 1, // Return 1 entry after target
68 $controls[LDAP_CONTROL_VLVRESPONSE]['value']['target'],
/php-src/ext/opcache/tests/
H A Djmpz_jmp_elim.phpt2 Edge-cases in elimination of JMPZ JMP with same target
/php-src/Zend/tests/generators/
H A Ddangling_send_target.phpt2 Yield from does not leave a dangling send target
/php-src/ext/dom/tests/
H A DDOMProcessingInstruction.phpt26 var_dump($pi->target);
54 var_dump($instance->target);
/php-src/Zend/tests/named_params/
H A Dattributes_named_flags.phpt17 Fatal error: Uncaught Error: Attribute "MyAttribute" cannot target function (allowed targets: class…
H A Dattributes_named_flags_incorrect.phpt18 Fatal error: Uncaught Error: Attribute "MyAttribute" cannot target function (allowed targets: class…
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter.stub.php39 function xmlwriter_start_pi(XMLWriter $writer, string $target): bool {} argument
43 function xmlwriter_write_pi(XMLWriter $writer, string $target, string $content): bool {} argument
199 public function startPi(string $target): bool {} argument
211 public function writePi(string $target, string $content): bool {} argument
/php-src/ext/zend_test/tests/
H A Dattribute-promotion-parameter-only.phpt2 Attribute on promoted property may only target parameter
H A Dattribute-promotion-property-only.phpt2 Attribute on promoted property may only target property
/php-src/ext/opcache/tests/jit/
H A Djmpz_001.phpt2 JIT JMPZ: JMPZ may require code for "smart branch" and at the same time be a target of another JMP.
/php-src/Zend/
H A Dzend_portability.h560 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) ZEND_API func __attribute__((target("ssse3")))
585 # define ZEND_INTRIN_SSE4_2_FUNC_DECL(func) ZEND_API func __attribute__((target("sse4.2")))
611 # define ZEND_INTRIN_PCLMUL_FUNC_DECL(func) ZEND_API func __attribute__((target("pclmul")))
637 # define ZEND_INTRIN_SSE4_2_PCLMUL_FUNC_DECL(func) ZEND_API func __attribute__((target("sse4.2,pcl…
660 # define ZEND_INTRIN_AVX2_FUNC_DECL(func) ZEND_API func __attribute__((target("avx2")))
680 # define ZEND_INTRIN_AVX512_FUNC_DECL(func) ZEND_API func __attribute__((target("avx512f,avx512cd,…
700 # define ZEND_INTRIN_AVX512_VBMI_FUNC_DECL(func) ZEND_API func __attribute__((target("avx512f,avx5…
/php-src/Zend/Optimizer/
H A Dzend_optimizer_internal.h71 #define COPY_NODE(target, src) do { \ argument
72 target ## _type = src ## _type; \
73 target = src; \
H A Ddfa_pass.c121 uint32_t target = 0; in zend_ssa_remove_nops() local
145 shiftlist[i] = i - target; in zend_ssa_remove_nops()
156 new_start = target; in zend_ssa_remove_nops()
159 shiftlist[i] = i - target; in zend_ssa_remove_nops()
161 if (i != target) { in zend_ssa_remove_nops()
166 target++; in zend_ssa_remove_nops()
171 if (target != old_end) { in zend_ssa_remove_nops()
185 b->start = target; in zend_ssa_remove_nops()
188 b->start = target; in zend_ssa_remove_nops()
252 op_array->last = target; in zend_ssa_remove_nops()
[all …]
/php-src/ext/xml/tests/
H A Dxml001.phpt56 function PIHandler($parser, $target, $data)
58 print '{PI['.$target.','.$data.']}';
H A Dxml003.phpt33 function PIHandler($parser, $target, $data)
35 print '{PI['.$target.','.$data.']}';
H A Dxml002.phpt33 function PIHandler($parser, $target, $data)
35 print '{PI['.$target.','.$data.']}';
/php-src/sapi/fuzzer/
H A Dconfig.m412 dnl Macro to define fuzzing target
13 dnl PHP_FUZZER_TARGET(name, target-var)
/php-src/ext/sockets/tests/
H A Dsocket_clear_error-win32.phpt23 Warning: socket_connect(): unable to connect [%d]: No connection could be made because the target m…
/php-src/Zend/tests/attributes/override/
H A Dgh12189.phpt26 // Works fine ("copied and pasted into the target class")
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Ddocument.c339 const lxb_char_t *target, size_t target_len, in lxb_dom_document_create_processing_instruction() argument
375 lexbor_str_init(&pi->target, document->text, target_len); in lxb_dom_document_create_processing_instruction()
376 if (pi->target.data == NULL) { in lxb_dom_document_create_processing_instruction()
383 lexbor_str_append(&pi->target, document->text, target, target_len); in lxb_dom_document_create_processing_instruction()
/php-src/ext/dom/tests/modern/spec/
H A DHTMLDocument_createProcessingInstruction.phpt21 $dom->createProcessingInstruction("target", "?>");

Completed in 38 milliseconds

1234567