Home
last modified time | relevance | path

Searched refs:def (Results 51 – 75 of 146) sorted by relevance

123456

/php-src/ext/mbstring/tests/
H A Dmb_ereg_replace-compat-10.phpt13 echo mb_ereg_replace("123","def\\g\\\\hi\\",$a);
H A Dmb_strlen_basic.phpt13 $string_ascii = 'abc def';
H A Dmb_decode_mimeheader_variation5.phpt20 string(7) "abc def"
/php-src/Zend/tests/
H A Dbug55305.phpt2 Bug #55305 (ref lost: 1st ref instantiated in class def, 2nd ref made w/o instantiating)
H A Dfalsetoarray.phpt42 public $def;
49 $this->def = false;
50 $this->def[] = 42;
/php-src/ext/reflection/tests/
H A Dgh8080.phpt2 GH-8080 (ReflectionClass::getConstants() depends on def. order)
/php-src/ext/dom/lexbor/patches/
H A D0001-Patch-utilities-and-data-structure-to-be-able-to-gen.patch64 def append(self, key_id, value):
67 - def create(self, terminate_value = '{0, NULL, 0}', rate = 2, is_const = True, data_before = No…
68 + def create(self, terminate_value = '{0, 0, 0}', rate = 2, is_const = True, data_before = None):
/php-src/tests/classes/
H A Dconstants_basic_001.phpt6 $def = 456;
7 define('DEFINED_TO_VAR', $def);
/php-src/ext/iconv/tests/
H A Diconv_strlen_basic.phpt13 $string_ascii = 'abc def';
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_metadata.phpt109 if ($info->def !== $fields['meta'][$k]->def)
110 printf("[019 - %d] Expecting def %s/%s got %s/%s\n",
111 … $k, gettype($info->def), $info->def, gettype($fields['meta'][$k]->def), $fields['meta'][$k]->def);
H A Dmysqli_fetch_field.phpt88 ["def"]=>
116 ["def"]=>
150 ["def"]=>
H A Dmysqli_fetch_fields.phpt66 ["def"]=>
94 ["def"]=>
H A Dmysqli_fetch_field_oo.phpt66 ["def"]=>
94 ["def"]=>
/php-src/ext/zlib/
H A Dconfig.w3213 ADD_DEF_FILE("ext\\zlib\\php_zlib.def");
/php-src/ext/tokenizer/tests/
H A Dbug54089.phpt258 string(3) "def"
293 def
/php-src/ext/spl/tests/
H A DSplDoublyLinkedList_offsetExists_success.phpt11 $list->push('def');
/php-src/ext/dom/tests/
H A DDOMNode_normalize_advanced.phpt15 $child1->appendChild($dom->createTextNode("def"));
H A Dbug44648.phpt21 $root->setAttribute('@def', '456');
/php-src/sapi/phpdbg/
H A Dphpdbg_print.c61 zend_op_array *def = op_array->dynamic_func_defs[i]; in phpdbg_print_function_helper() local
63 i, (int) ZSTR_LEN(def->function_name), ZSTR_VAL(def->function_name)); in phpdbg_print_function_helper()
64 zend_dump_op_array(def, ZEND_DUMP_LINE_NUMBERS, NULL, NULL); in phpdbg_print_function_helper()
/php-src/ext/json/tests/
H A Dpass001.1.phpt50 …\"123\":{\"456\":{\"abc\":{\"789\":\"def\",\"012\":[1,2,\"5\",500],\"ghi\":[1,2,\"five\",50,\"sixt…
138 "123":{"456":{"abc":{"789":"def","012":[1,2,"5",500],"ghi":[1,2,"five",50,"sixty"]}}},
255 string(3) "def"
436 string(3) "def"
527 …alse":false,"null":null,"array":[],"object":{},"123":{"456":{"abc":{"789":"def","012":[1,2,"5",500…
529 …alse":false,"null":null,"array":[],"object":[],"123":{"456":{"abc":{"789":"def","012":[1,2,"5",500…
621 string(3) "def"
802 string(3) "def"
H A Dpass001.1_64bit.phpt54 …\"123\":{\"456\":{\"abc\":{\"789\":\"def\",\"012\":[1,2,\"5\",500],\"ghi\":[1,2,\"five\",50,\"sixt…
142 "123":{"456":{"abc":{"789":"def","012":[1,2,"5",500],"ghi":[1,2,"five",50,"sixty"]}}},
259 string(3) "def"
440 string(3) "def"
531 …alse":false,"null":null,"array":[],"object":{},"123":{"456":{"abc":{"789":"def","012":[1,2,"5",500…
533 …alse":false,"null":null,"array":[],"object":[],"123":{"456":{"abc":{"789":"def","012":[1,2,"5",500…
625 string(3) "def"
806 string(3) "def"
/php-src/ext/soap/tests/
H A Dbug71996.phpt19 $ref = array("def" => "foo");
29 …tring">abc</key><value xsi:type="ns2:Map"><item><key xsi:type="xsd:string">def</key><value xsi:typ…
/php-src/ext/soap/
H A Dphp_schema.c1649 xmlAttrPtr def; in schema_element() local
2108 if (tmp->def != NULL && attr->def == NULL) { in schema_attribute_fixup()
2109 attr->def = estrdup(tmp->def); in schema_attribute_fixup()
2161 if (newAttr->def) {newAttr->def = estrdup(newAttr->def);} in schema_attributegroup_fixup()
2255 type->def = estrdup(tmp->def); in schema_type_fixup()
2395 if (type->def) { in delete_type()
2444 if (type->def) { in delete_type_persistent()
2445 free(type->def); in delete_type_persistent()
2512 if (attr->def) { in delete_attribute()
2538 if (attr->def) { in delete_attribute_persistent()
[all …]
H A Dphp_sdl.h206 char *def; member
245 char *def; member
/php-src/Zend/Optimizer/
H A Ddce.c62 static inline bool is_bad_mod(const zend_ssa *ssa, int use, int def) { in is_bad_mod() argument
63 if (def < 0) { in is_bad_mod()
345 int def = var->definition; in try_remove_var_def() local
347 if (def >= 0) { in try_remove_var_def()
348 zend_ssa_op *def_op = &ctx->ssa->ops[def]; in try_remove_var_def()
353 zend_op *def_opline = &ctx->op_array->opcodes[def]; in try_remove_var_def()

Completed in 56 milliseconds

123456