/php-src/ext/standard/tests/general_functions/ |
H A D | proc_open_pipes3.phpt | 7 $spec[$i] = array('pipe', 'w'); 14 $spec[$i] = array('pi'); 15 proc_open("$php -n $callee_escaped", $spec, $pipes); 17 $spec[$i] = 1; 19 proc_open("$php -n $callee_escaped", $spec, $pipes); 24 $spec[$i] = array('pipe', "test"); 25 proc_open("$php -n $callee_escaped", $spec, $pipes); 28 $spec[$i] = array('file', "test", "z"); 29 proc_open("$php -n $callee_escaped", $spec, $pipes); 35 Warning: proc_open(): pi is not a valid descriptor spec/mode in %s on line %d
|
H A D | proc_open_pipes2.phpt | 6 $spec = array(); 10 proc_open("$php -n $callee", $spec, $pipes); 12 var_dump(count($spec));
|
H A D | proc_open_pipes1.phpt | 7 $spec[$i] = array('pipe', 'w'); 12 proc_open("$php -n $callee", $spec, $pipes); 14 var_dump(count($spec));
|
H A D | proc_open_sockets3.phpt | 33 $spec = [ 38 $proc = proc_open($cmd, $spec, $pipes);
|
H A D | proc_open_sockets1.phpt | 15 $spec = [ 21 $proc = proc_open($cmd, $spec, $pipes);
|
H A D | proc_open_sockets2.phpt | 42 $spec = [ 47 $proc = proc_open($cmd, $spec, $pipes);
|
/php-src/ext/standard/tests/streams/ |
H A D | glob-wrapper.phpt | 12 foreach ( [ __DIR__, "glob://".__DIR__ ] as $spec) { 13 echo "** Opening $spec\n"; 14 $dir = opendir($spec); 16 echo "Failed to open $spec\n"; 20 echo "No files in $spec\n";
|
/php-src/ext/ffi/tests/ |
H A D | utils.inc | 5 foreach (['__attribute__((fastcall))', '__fastcall', '__vectorcall'] as $spec) { 7 FFI::cdef("extern size_t $spec zend_list_insert(void *ptr, int type);"); 8 return "$spec ";
|
H A D | bug78714.phpt | 2 Bug #78714 (funcs returning pointer can't use call convention spec)
|
/php-src/Zend/ |
H A D | zend_vm_gen.php | 577 function helper_name($name, $spec, $op1, $op2, $extra_spec) { argument 643 } else if ($spec) { 660 } else if ($spec) { 1050 …$spec_name = $name.($spec?"_SPEC":"").$prefix[$op1].$prefix[$op2].($spec?extra_spec_name($extra_sp… 1096 if ($spec) { 1143 …$spec_name = $name.($spec?"_SPEC":"").$prefix[$op1].$prefix[$op2].($spec?extra_spec_name($extra_sp… 1204 if ($spec) { 1336 foreach ($dsc["spec"][$spec] as $val) { 1636 $spec = key($specs); 1646 $ret[] = array($spec => $mode) + $existing; [all …]
|
/php-src/ext/dom/lexbor/lexbor/html/interfaces/ |
H A D | element.c | 35 lxb_css_selector_specificity_t spec); 265 lxb_css_selector_specificity_t spec) in lxb_html_element_style_append() argument 278 lxb_css_selector_sp_set_i(spec, declr->important); in lxb_html_element_style_append() 293 if (spec < node->sp) { in lxb_html_element_style_append() 306 node->sp = spec; in lxb_html_element_style_append() 318 node->sp = spec; in lxb_html_element_style_append() 327 lxb_css_selector_specificity_t spec) in lxb_html_element_style_weak_append() argument 337 new_weak->sp = spec; in lxb_html_element_style_weak_append() 348 if (weak->sp <= spec) { in lxb_html_element_style_weak_append() 359 if (weak->sp <= spec) { in lxb_html_element_style_weak_append() [all …]
|
H A D | element.h | 37 void *ctx, lxb_css_selector_specificity_t spec, 81 lxb_css_selector_specificity_t spec); 86 lxb_css_selector_specificity_t spec);
|
/php-src/ext/hash/ |
H A D | hash.c | 144 if (*spec == 's' || *spec == 'S') { in parse_serialize_spec() 147 } else if (*spec == 'l' || *spec == 'L') { in parse_serialize_spec() 150 } else if (*spec == 'q' || *spec == 'Q') { in parse_serialize_spec() 153 } else if (*spec == 'i' || *spec == 'I') { in parse_serialize_spec() 157 ZEND_ASSERT(*spec == 'b' || *spec == 'B'); in parse_serialize_spec() 165 ++spec; in parse_serialize_spec() 170 ++spec; in parse_serialize_spec() 175 *specp = spec; in parse_serialize_spec() 241 while (*spec != '\0' && *spec != '.') { in php_hash_serialize_spec() 242 char spec_ch = *spec; in php_hash_serialize_spec() [all …]
|
H A D | php_hash.h | 153 …_result php_hash_serialize_spec(const php_hashcontext_object *context, zval *zv, const char *spec); 154 …_API int php_hash_unserialize_spec(php_hashcontext_object *hash, const zval *zv, const char *spec);
|
/php-src/scripts/dev/ |
H A D | check_parameters.php | 208 $spec = $m[1][0]; 209 $len = strlen($spec); 211 $char = $spec[$i]; 212 switch ($char = $spec[$i]) { 273 $allow_uninit = $i+1 < $len && $spec[$i+1] === '!'
|
/php-src/tests/basic/ |
H A D | GHSA-9pqp-7h25-4f32.phpt | 44 $spec = [ 54 $handle = proc_open($cmd, $spec, $pipes, getcwd(), $env);
|
/php-src/ext/dom/tests/modern/spec/ |
H A D | Element_toggleAttribute.phpt | 2 Element::toggleAttribute() xmlns spec compliance
|
/php-src/ext/mbstring/tests/ |
H A D | utf8_error_handling.phpt | 2 Confirm error handling for UTF-8 complies with WHATWG spec 20 * Ref: https://encoding.spec.whatwg.org/#utf-8-decoder
|
/php-src/sapi/cli/tests/ |
H A D | sapi_windows_set_ctrl_handler.phpt | 28 $spec = [0 => ["pipe", "r"], 1 => ["pipe", "w"]]; 30 …$proc = proc_open($cmd, $spec, $pipes, NULL, NULL, ["bypass_shell" => true, "create_process_group"…
|
/php-src/ext/dom/tests/modern/html/interactions/ |
H A D | Document_body_setter.phpt | 31 echo "--- Special note from the DOM spec ---\n"; 47 --- Special note from the DOM spec ---
|
/php-src/ext/dom/tests/modern/xml/ |
H A D | serialize_empty_xmlns.phpt | 2 XML serializer spec errata: xmlns="" serialization should be allowed
|
/php-src/ext/dom/parentnode/ |
H A D | css_selectors.c | 48 …_selector_find_single_callback(const xmlNode *node, lxb_css_selector_specificity_t spec, void *ctx) in dom_query_selector_find_single_callback() argument 55 …y_selector_find_array_callback(const xmlNode *node, lxb_css_selector_specificity_t spec, void *ctx) in dom_query_selector_find_array_callback() argument 64 …selector_find_matches_callback(const xmlNode *node, lxb_css_selector_specificity_t spec, void *ctx) in dom_query_selector_find_matches_callback() argument
|
/php-src/ext/dom/lexbor/lexbor/selectors-adapted/ |
H A D | selectors.h | 72 lxb_css_selector_specificity_t spec, void *ctx);
|
/php-src/ext/dom/lexbor/lexbor/selectors/ |
H A D | selectors.h | 67 lxb_css_selector_specificity_t spec, void *ctx);
|
/php-src/ext/dom/lexbor/patches/ |
H A D | 0006-Patch-out-unused-CSS-style-code.patch | 45 lxb_css_selector_specificity_t spec, 148 lxb_css_selector_specificity_t spec, 174 lxb_css_selector_specificity_t spec, void *ctx) 177 style->declarations, spec);
|