Home
last modified time | relevance | path

Searched refs:def (Results 26 – 50 of 146) sorted by relevance

123456

/php-src/Zend/asm/
H A Dmake_x86_64_ms_pe_gas.S92 .def make_fcontext; .scl 2; .type 32; .endef
170 .def _exit; .scl 2; .type 32; .endef /* standard C library function */
/php-src/Zend/Optimizer/
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 bool is_allocation_def(zend_op_array *op_array, zend_ssa *ssa, int def, int var, const zend_… 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()
221 static bool is_local_def(zend_op_array *op_array, zend_ssa *ssa, int def, int var, const zend_scrip… in is_local_def() argument
223 zend_ssa_op *op = ssa->ops + def; in is_local_def()
224 zend_op *opline = op_array->opcodes + def; in is_local_def()
/php-src/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-src/Zend/
H A Dzend_vm_gen.php1523 foreach ($specs as $num => $def) {
1528 out($f, "$prolog$def,\n");
2247 function parse_operand_spec($def, $lineno, $str, &$flags) { argument
2268 function parse_ext_spec($def, $lineno, $str) { argument
2283 function parse_spec_rules($def, $lineno, $str) { argument
2390 function gen_vm($def, $skel) { argument
2396 $in = @file($def);
2398 die("ERROR: Cannot open definition file '$def'\n");
2401 $definition_file = realpath($def);
2454 $flags |= parse_ext_spec($def, $lineno, $m[7]);
[all …]
/php-src/ext/mbstring/tests/
H A Dmb_ereg_replace_basic.phpt20 $string_ascii = 'abc def';
24 $result_1 = mb_ereg_replace('(.*)def', '\\1 123', $string_ascii);
H A Dmb_ereg_replace_named_subpatterns.phpt15 echo mb_ereg_replace('(?<word>[a-z]+)',"<\k'word'>", 'abc def ghi'), PHP_EOL;
31 <abc> <def> <ghi>
H A Dbug77514.phpt13 var_dump(mb_ereg_replace("123","def\\",$a));
H A Dcommon.inc6 // Var def for testing
H A Dmb_ereg_replace-compat-01.phpt13 echo mb_ereg_replace("123","def",$a);
H A Dmb_ereg_replace-compat-07.phpt13 echo mb_ereg_replace("1(2*)3","\\1def\\1",$a);
H A Dmb_ereg_replace-compat-08.phpt13 echo mb_ereg_replace("123","def\\0ghi",$a);
H A Dmb_ereg_replace-compat-09.phpt13 echo mb_ereg_replace("123",'def\1ghi',$a);
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt75 ["def"]=>
103 ["def"]=>
131 ["def"]=>
159 ["def"]=>
H A Dmysqli_field_seek.phpt134 ["def"]=>
163 ["def"]=>
192 ["def"]=>
224 ["def"]=>
/php-src/ext/mysqlnd/
H A Dmysqlnd_result_meta.c35 meta->def = NULL; in php_mysqlnd_free_field_metadata()
184 if (orig_fields[i].def) { in MYSQLND_METHOD()
185 …new_fields[i].def = result->memory_pool->get_chunk(result->memory_pool, orig_fields[i].def_length … in MYSQLND_METHOD()
186 if (!new_fields[i].def) { in MYSQLND_METHOD()
190 memcpy(new_fields[i].def, orig_fields[i].def, orig_fields[i].def_length + 1); in MYSQLND_METHOD()
/php-src/ext/reflection/tests/
H A DReflectionClass_getStaticPropertyValue_002.phpt29 var_dump($rc->getStaticPropertyValue(1.5, 'def'));
47 string(3) "def"
/php-src/ext/pcre/tests/
H A Dbug80866.phpt10 1 => 'def',
/php-src/ext/dom/lexbor/patches/
H A D0001-Shrink-size-of-static-binary-search-tree.patch75 @@ -62,7 +62,7 @@ def entities_bst_create_layer(name, entry, index):
77 def entities_bst_create(index):
84 @@ -114,7 +114,7 @@ def entities_bst_create_tree(index, bst, idx):
93 @@ -210,5 +210,5 @@ def entities_bst_print(bst):
/php-src/Zend/tests/
H A Dstatic_variable_in_dynamic_function.phpt2 Static variables in dynamically declared function (first use before dynamic def dtor)
H A Dstatic_variable_in_dynamic_function_2.phpt2 Static variables in dynamically declared function (first use after dynamic def dtor)
H A Dfe_fetch_op2_live_range.phpt2 FE_FETCH op2 is a def and needs special live range handling
/php-src/ext/standard/tests/array/
H A Dbug23788.phpt9 str_replace("abc", "def", $foo);
/php-src/ext/pcntl/tests/
H A Dpcntl_cpuaffinity.phpt27 pcntl_setcpuaffinity(null, ["abc" => "def", 0 => "cpuid"]);
64 pcntl_setcpuaffinity(): Argument #2 ($cpu_ids) cpu id invalid value (def)
/php-src/ext/intl/tests/
H A Dbug65732.phpt8 var_dump(grapheme_substr(implode("\r\n", ['abc', 'def', 'ghi']), 5));
/php-src/ext/opcache/tests/
H A Dpreload_dynamic_def_removal.phpt2 Preloading dynamic def in method/function

Completed in 45 milliseconds

123456