Home
last modified time | relevance | path

Searched refs:def (Results 1 – 25 of 140) sorted by relevance

123456

/PHP-8.1/Zend/Optimizer/
H A Dzend_dfg.c29 if (!zend_bitset_in(def, var_num)) { in _zend_dfg_add_use_def_op()
38 if (!zend_bitset_in(def, var_num)) { in _zend_dfg_add_use_def_op()
46 if (!zend_bitset_in(def, var_num)) { in _zend_dfg_add_use_def_op()
74 if (!zend_bitset_in(def, var_num)) { in _zend_dfg_add_use_def_op()
78 zend_bitset_incl(def, var_num); in _zend_dfg_add_use_def_op()
89 if (!zend_bitset_in(def, var_num)) { in _zend_dfg_add_use_def_op()
93 zend_bitset_incl(def, var_num); in _zend_dfg_add_use_def_op()
108 zend_bitset_incl(def, var_num); in _zend_dfg_add_use_def_op()
120 zend_bitset_incl(def, var_num); in _zend_dfg_add_use_def_op()
255 zend_bitset tmp, def, use, in, out; in zend_build_dfg() local
[all …]
H A Dzend_dfg.h29 zend_bitset def; member
47 …op_array *op_array, const zend_op *opline, uint32_t build_flags, zend_bitset use, zend_bitset def);
H A Descape_analysis.c102 int def = ssa_vars[i].definition; in zend_build_equi_escape_sets() local
103 zend_ssa_op *op = ssa->ops + def; in zend_build_equi_escape_sets()
104 zend_op *opline = op_array->opcodes + def; in zend_build_equi_escape_sets()
150 static int is_allocation_def(zend_op_array *op_array, zend_ssa *ssa, int def, int var, const zend_s… in is_allocation_def() argument
152 zend_ssa_op *ssa_op = ssa->ops + def; in is_allocation_def()
153 zend_op *opline = op_array->opcodes + def; in is_allocation_def()
215 static int is_local_def(zend_op_array *op_array, zend_ssa *ssa, int def, int var, const zend_script… in is_local_def() argument
217 zend_ssa_op *op = ssa->ops + def; in is_local_def()
218 zend_op *opline = op_array->opcodes + def; in is_local_def()
/PHP-8.1/ext/standard/tests/strings/
H A Dbug23650.phpt9 4:<abc - def>
10 5:abc - def
23 5:abc - def
28 4:<abc - def>
29 5:abc - def
H A Dsubstr_replace_array.phpt6 $arr = array('abc' => 'llsskdkk','def' => 'llsskjkkdd', 4 => 'hello', 42 => 'world');
16 [def] => zzzdd
/PHP-8.1/ext/mbstring/tests/
H A Dmb_parse_str.phpt10 "foo=abc&bar=def",
11 "%2bfoo=def&-bar=jkl",
12 "foo[]=abc&foo[]=def&foo[]=ghi&bar[]=jkl"
31 string(3) "def"
37 string(3) "def"
49 string(3) "def"
H A Dmb_parse_str02.phpt10 "foo=abc#bar=def&fubar=ghi",
11 "%2bfoo=def&-bar=jkl#+fubar",
12 " foo[]=abc&foo[]=def#foo[]=ghi#bar[]=#foo[]&fubar[]=="
33 string(3) "def"
42 string(3) "def"
57 string(3) "def"
H A Dmb_stristr_empty_needle.phpt10 $string_ascii = 'abc def';
27 string(7) "abc def"
28 string(7) "abc def"
H A Dmb_strstr_empty_needle.phpt10 $string_ascii = 'abc def';
27 string(7) "abc def"
28 string(7) "abc def"
H A Dmb_ereg_replace.phpt13 print mb_ereg_replace( '([a-z]+)','[\\1]', 'abc def ghi' );
17 [abc] [def] [ghi]
H A Dmb_ereg_match_basic.phpt19 $string_ascii = 'abc def, 0123456789';
24 var_dump(mb_ereg_match('.*def', $string_ascii));
28 var_dump(mb_ereg_match('def', $string_ascii));
H A Dgh10627.phpt11 $data = [$str => 'abc', 'abc' => 'def'];
25 string(3) "def"
H A Dmb_strrchr_empty_needle.phpt10 $string_ascii = 'abc def';
29 string(7) "abc def"
/PHP-8.1/ext/spl/tests/
H A Dobserver_005.phpt8 public $def = 24;
78 ["def"]=>
88 ["def"]=>
98 ["def"]=>
112 ["def"]=>
128 ["def"]=>
146 ["def"]=>
156 ["def"]=>
166 ["def"]=>
180 ["def"]=>
[all …]
/PHP-8.1/ext/simplexml/tests/
H A Dbug38424.phpt10 $str = "abc & def" ;
26 <xml a1="abc &amp;amp; def" a2="abc &amp;amp; def" a3="abc &amp; def" a4="abc &amp; def"/>
/PHP-8.1/ext/dom/tests/
H A Ddomxpath.phpt31 $xpath->registerNamespace("def", "urn::default");
32 $nodelist = $xpath->query("//def:child");
37 $count = $xpath->evaluate("count(//def:child)");
51 $avg = $xpath->evaluate('number(php:function("MyAverage", //def:testnode))');
56 $avg = $xpath->evaluate('number(php:function("non_existent", //def:testnode))');
62 $avg = $xpath->evaluate('number(php:function("non_existent", //def:testnode))');
/PHP-8.1/ext/curl/tests/
H A Dcurl_copy_handle_variation5.phpt23 $filename = __DIR__ . '/def.txt';
45 string(%d) "def.txt|application/octet-stream|11"
46 string(%d) "def.txt|application/octet-stream|11"
51 @unlink(__DIR__ . '/def.txt');
/PHP-8.1/ext/filter/tests/
H A D041.phpt10 abc=dir; def=true; abc=root; xyz="foo bar";
16 var_dump(filter_input(INPUT_COOKIE, "def"));
25 ["def"]=>
/PHP-8.1/Zend/tests/
H A Dbug65419.phpt7 static function def()
19 ghi::def();
/PHP-8.1/ext/ffi/tests/
H A Dbug78714.phpt10 $def = 'char * __cdecl get_zend_version(void);';
11 $ffi = ffi_cdef($def, ffi_get_php_dll_name());
/PHP-8.1/Zend/tests/traits/
H A Dbug55137.phpt8 private static function bar() { echo "def\n"; }
26 def
/PHP-8.1/ext/mysqli/tests/
H A D047.phpt73 ["def"]=>
102 ["def"]=>
133 ["def"]=>
161 ["def"]=>
191 ["def"]=>
219 ["def"]=>
/PHP-8.1/ext/oci8/tests/
H A Dfetch_all5.phpt16 "insert into fetch_all5_tab values (2, 'def')",
77 string(3) "def"
99 string(3) "def"
/PHP-8.1/Zend/
H A Dzend_vm_gen.php1558 foreach ($specs as $num => $def) {
1563 out($f, "$prolog$def,\n");
2267 function parse_operand_spec($def, $lineno, $str, &$flags) { argument
2288 function parse_ext_spec($def, $lineno, $str) { argument
2303 function parse_spec_rules($def, $lineno, $str) { argument
2410 function gen_vm($def, $skel) { argument
2416 $in = @file($def);
2418 die("ERROR: Can not open definition file '$def'\n");
2421 $definition_file = realpath($def);
2465 $flags |= parse_ext_spec($def, $lineno, $m[7]);
[all …]
/PHP-8.1/ext/pdo/tests/
H A Dbug_43139.phpt28 var_dump($db->query("select 0 as abc, 1 as xyz, 2 as def $from")->fetchAll(PDO::FETCH_GROUP));
38 ["def"]=>

Completed in 39 milliseconds

123456