Home
last modified time | relevance | path

Searched refs:def (Results 101 – 125 of 146) sorted by relevance

123456

/php-src/ext/mbstring/tests/
H A Dmb_strripos_empty_needle.phpt10 $string_ascii = 'abc def';
H A Dmb_strrpos_empty_needle.phpt10 $string_ascii = 'abc def';
H A Dmb_stripos_basic.phpt17 'abc defabc def',
H A Dmb_strripos_basic.phpt17 'abc defabc def',
H A Dmb_strlen_variation3.phpt75 $string_ascii = 'abc def';
/php-src/ext/filter/
H A Dfilter.c610 zval *option, *opt, *def; in PHP_FUNCTION() local
620 (def = zend_hash_str_find_deref(Z_ARRVAL_P(opt), "default", sizeof("default") - 1)) != NULL in PHP_FUNCTION()
622 ZVAL_COPY(return_value, def); in PHP_FUNCTION()
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c650 zend_bitset use, def; in zend_jit_trace_add_phis() local
661 def = use + set_size; in zend_jit_trace_add_phis()
811 int var, use, def, src; in zend_jit_trace_copy_ssa_var_info() local
945 int def; in zend_jit_trace_copy_ssa_var_range() local
952 if (def >= 0) { in zend_jit_trace_copy_ssa_var_range()
995 int def; in zend_jit_trace_restrict_ssa_var_info() local
1000 if (def >= 0) { in zend_jit_trace_restrict_ssa_var_info()
2741 if (def >= 0) { in zend_jit_trace_use_var()
3215 if (RA_HAS_REG(def)) { in zend_jit_trace_allocate_registers()
3221 && zend_ssa_next_use(ssa->ops, def, ssa->vars[def].use_chain) < 0 in zend_jit_trace_allocate_registers()
[all …]
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_result_metadata.phpt101 ["def"]=>
H A Dmysqli_stmt_result_metadata_sqltests.phpt197 $field0->def = '';
/php-src/Zend/Optimizer/
H A Dzend_ssa.c47 if (DFG_ISSET(dfg->def, dfg->size, predecessor, var)) { in will_rejoin()
118 DFG_SET(dfg->def, dfg->size, to, var); in add_pi()
942 zend_bitset def, in, phi; in zend_build_ssa() local
962 dfg.def = dfg.tmp + set_size; in zend_build_ssa()
963 dfg.use = dfg.def + set_size * blocks_count; in zend_build_ssa()
973 def = dfg.def; in zend_build_ssa()
988 zend_bitset def_j = def + j * set_size, phi_j = phi + j * set_size; in zend_build_ssa()
1003 phi_j, phi_j, def + (i * set_size), in + (j * set_size), set_size); in zend_build_ssa()
H A Ddfa_pass.c1008 static bool zend_dfa_try_to_replace_result(zend_op_array *op_array, zend_ssa *ssa, int def, int cv_… in zend_dfa_try_to_replace_result() argument
1010 int result_var = ssa->ops[def].result_def; in zend_dfa_try_to_replace_result()
1027 if (use > def) { in zend_dfa_try_to_replace_result()
1031 while (i > def) { in zend_dfa_try_to_replace_result()
1044 ssa->ops[def].result_def = -1; in zend_dfa_try_to_replace_result()
1046 op_array->opcodes[def].result_type = IS_UNUSED; in zend_dfa_try_to_replace_result()
1047 op_array->opcodes[def].result.var = 0; in zend_dfa_try_to_replace_result()
/php-src/win32/build/
H A DMakefile77 $(BUILD_DIR)\$(PHPDLL).def: $(PHP_DLL_DEF_SOURCES)
78 type $(PHP_DLL_DEF_SOURCES) > $(BUILD_DIR)\$(PHPDLL).def
/php-src/tests/strings/
H A D001.phpt152 $tr = strtr($str, "def", "456");
/php-src/ext/ctype/tests/
H A Dctype_xdigit_variation1.phpt68 'def',
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_mips.lua915 local function parse_label(label, def)
925 if def then
H A Ddynasm.lua189 local name, def = params[1], params[2] or "1"
191 map_def[name] = def
H A Ddasm_arm.lua688 local function parse_label(label, def)
698 if def then
H A Ddasm_arm64.lua578 local function parse_label(label, def)
588 if def then
/php-src/ext/pdo_mysql/
H A Dmysql_statement.c787 if (F->def) { in pdo_mysql_stmt_col_meta()
788 add_assoc_string(return_value, "mysql:def", F->def); in pdo_mysql_stmt_col_meta()
/php-src/ext/soap/
H A Dphp_sdl.c1250 attr->def = sdl_deserialize_string(in); in sdl_deserialize_attribute()
1344 type->def = sdl_deserialize_string(in); in sdl_deserialize_type()
1861 sdl_serialize_string(attr->def, out); in sdl_serialize_attribute()
1946 sdl_serialize_string(type->def, out); in sdl_serialize_type()
2635 if (pattr->def) { in make_persistent_sdl_attribute()
2636 pattr->def = strdup(pattr->def); in make_persistent_sdl_attribute()
2739 if (ptype->def) { in make_persistent_sdl_type()
2740 ptype->def = strdup(ptype->def); in make_persistent_sdl_type()
/php-src/ext/standard/libavifinfo/
H A DPATENTS97 (https://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential)
/php-src/ext/opcache/
H A Dzend_file_cache.c623 zend_op_array *def; local
625 def = defs[i];
626 UNSERIALIZE_PTR(def);
627 zend_file_cache_serialize_op_array(def, script, info, buf);
/php-src/ext/fileinfo/libmagic/
H A Dsoftmagic.c161 file_fmtcheck(struct magic_set *ms, const char *desc, const char *def, in file_fmtcheck() argument
169 ptr = fmtcheck(desc, def); in file_fmtcheck()
170 if (ptr == def) in file_fmtcheck()
173 " with `%s'", file, line, desc, def); in file_fmtcheck()
/php-src/ext/dom/tests/
H A DDOMNode_isEqualNode.phpt29 <texts>abc<i/>def<i/>abc</texts>
/php-src/build/
H A Dlibtool.m43105 # If the export-symbols file already is a .def file (1st line
3108 cp $export_symbols $output_objdir/$soname.def;
3110 echo EXPORTS > $output_objdir/$soname.def;
3111 cat $export_symbols >> $output_objdir/$soname.def;
5479 # If the export-symbols file already is a .def file (1st line
5482 cp $export_symbols $output_objdir/$soname.def;
5484 echo EXPORTS > $output_objdir/$soname.def;
5485 cat $export_symbols >> $output_objdir/$soname.def;
5487 …$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname…
6024def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$…
[all …]

Completed in 137 milliseconds

123456