Home
last modified time | relevance | path

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

12345

/PHP-7.4/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-7.4/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"
34 string(3) "def"
41 string(3) "def"
44 string(3) "def"
60 string(3) "def"
78 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[]=="
37 string(3) "def"
47 string(3) "def"
51 string(3) "def"
71 string(3) "def"
97 string(3) "def"
H A Dmb_ereg_replace.phpt12 print mb_ereg_replace( '([a-z]+)','[\\1]', 'abc def ghi' );
16 [abc] [def] [ghi]
H A Dmb_ereg_match_basic.phpt23 $string_ascii = 'abc def, 0123456789';
28 var_dump(mb_ereg_match('.*def', $string_ascii));
32 var_dump(mb_ereg_match('def', $string_ascii));
/PHP-7.4/ext/spl/tests/
H A Dobserver_005.phpt8 public $def = 24;
27 public $def = 24;
80 ["def"]=>
90 ["def"]=>
100 ["def"]=>
114 ["def"]=>
130 ["def"]=>
148 ["def"]=>
158 ["def"]=>
168 ["def"]=>
[all …]
/PHP-7.4/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-7.4/ext/opcache/Optimizer/
H A Dzend_dfg.c28 zend_bitset tmp, def, use, in, out; in zend_build_dfg() local
35 def = dfg->def; in zend_build_dfg()
58 DFG_SET(def, set_size, j, var_num); in zend_build_dfg()
60 if (!DFG_ISSET(def, set_size, j, var_num)) { in zend_build_dfg()
67 if (!DFG_ISSET(def, set_size, j, var_num)) { in zend_build_dfg()
140 DFG_SET(def, set_size, j, var_num); in zend_build_dfg()
150 if (!DFG_ISSET(def, set_size, j, var_num)) { in zend_build_dfg()
154 DFG_SET(def, set_size, j, var_num); in zend_build_dfg()
176 DFG_SET(def, set_size, j, var_num); in zend_build_dfg()
188 DFG_SET(def, set_size, j, var_num); in zend_build_dfg()
[all …]
H A Descape_analysis.c103 int def = ssa_vars[i].definition; in zend_build_equi_escape_sets() local
104 zend_ssa_op *op = ssa->ops + def; in zend_build_equi_escape_sets()
105 zend_op *opline = op_array->opcodes + def; in zend_build_equi_escape_sets()
167 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
169 zend_ssa_op *op = ssa->ops + def; in is_allocation_def()
170 zend_op *opline = op_array->opcodes + def; in is_allocation_def()
233 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
235 zend_ssa_op *op = ssa->ops + def; in is_local_def()
236 zend_op *opline = op_array->opcodes + def; in is_local_def()
/PHP-7.4/ext/filter/tests/
H A D041.phpt9 abc=dir; def=true; abc=root; xyz="foo bar";
15 var_dump(filter_input(INPUT_COOKIE, "def"));
24 ["def"]=>
/PHP-7.4/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))');
/PHP-7.4/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-7.4/Zend/tests/
H A Dbug65419.phpt7 static function def()
19 ghi::def();
/PHP-7.4/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-7.4/Zend/tests/traits/
H A Dbug55137.phpt8 private static function bar() { echo "def\n"; }
26 def
/PHP-7.4/ext/mysqli/tests/
H A D047.phpt72 ["def"]=>
101 ["def"]=>
132 ["def"]=>
160 ["def"]=>
190 ["def"]=>
218 ["def"]=>
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt78 ["def"]=>
106 ["def"]=>
134 ["def"]=>
162 ["def"]=>
/PHP-7.4/ext/oci8/tests/
H A Dfetch_all5.phpt16 "insert into fetch_all5_tab values (2, 'def')",
79 string(3) "def"
101 string(3) "def"
H A Dnull_byte_1.phpt26 $r = $lob->savefile("/tmp/abc\0def");
31 $r = $lob->export("/tmp/abc\0def");
/PHP-7.4/Zend/
H A Dzend_vm_gen.php1577 foreach ($specs as $num => $def) {
1582 out($f, "$prolog$def,\n");
2282 function parse_operand_spec($def, $lineno, $str, &$flags) { argument
2303 function parse_ext_spec($def, $lineno, $str) { argument
2318 function parse_spec_rules($def, $lineno, $str) { argument
2365 function gen_vm($def, $skel) { argument
2371 $in = @file($def);
2373 die("ERROR: Can not open definition file '$def'\n");
2376 $definition_file = realpath($def);
2421 $flags |= parse_ext_spec($def, $lineno, $m[7]);
[all …]
/PHP-7.4/ext/pdo/tests/
H A Dbug_43139.phpt27 var_dump($db->query("select 0 as abc, 1 as xyz, 2 as def $from")->fetchAll(PDO::FETCH_GROUP));
37 ["def"]=>
/PHP-7.4/ext/pcre/tests/
H A Dbug80866.phpt10 1 => 'def',
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_getStaticPropertyValue_002.phpt29 var_dump($rc->getStaticPropertyValue(1.5, 'def'));
48 string(3) "def"
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_result_meta.c37 meta->def = NULL; in php_mysqlnd_free_field_metadata()
186 if (orig_fields[i].def) { in MYSQLND_METHOD()
187 …new_fields[i].def = result->memory_pool->get_chunk(result->memory_pool, orig_fields[i].def_length … in MYSQLND_METHOD()
188 if (!new_fields[i].def) { in MYSQLND_METHOD()
192 memcpy(new_fields[i].def, orig_fields[i].def, orig_fields[i].def_length + 1); in MYSQLND_METHOD()

Completed in 119 milliseconds

12345