Home
last modified time | relevance | path

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

12345

/PHP-7.4/ext/oci8/tests/
H A Dbind_empty.phpt40 $stmt = oci_parse($c, "INSERT INTO bind_empty_tab (NAME) VALUES ('def')");
57 $stmt = oci_parse($c, "UPDATE bind_empty_tab SET name=:name WHERE NAME = 'def'");
105 string(3) "def"
/PHP-7.4/ext/mbstring/tests/
H A Dcommon.inc6 // Var def for testing
H A Dmb_ereg_replace_basic.phpt25 $string_ascii = 'abc def';
29 $result_1 = mb_ereg_replace('(.*)def', '\\1 123', $string_ascii);
H A Dmb_ereg_replace_named_subpatterns.phpt14 echo mb_ereg_replace('(?<word>[a-z]+)',"<\k'word'>", 'abc def ghi'), PHP_EOL;
30 <abc> <def> <ghi>
H A Dbug77514.phpt12 var_dump(mb_ereg_replace("123","def\\",$a));
H A Dmb_ereg_replace-compat-01.phpt12 echo mb_ereg_replace("123","def",$a);
H A Dmb_ereg_replace-compat-07.phpt12 echo mb_ereg_replace("1(2*)3","\\1def\\1",$a);
H A Dmb_ereg_replace-compat-08.phpt12 echo mb_ereg_replace("123","def\\0ghi",$a);
H A Dmb_ereg_replace-compat-09.phpt12 echo mb_ereg_replace("123",'def\1ghi',$a);
H A Dmb_ereg_replace-compat-10.phpt12 echo mb_ereg_replace("123","def\\g\\\\hi\\",$a);
/PHP-7.4/ext/standard/tests/array/
H A Dbug23788.phpt9 str_replace("abc", "def", $foo);
/PHP-7.4/Zend/tests/
H A Dfe_fetch_op2_live_range.phpt2 FE_FETCH op2 is a def and needs special live range handling
H A Dbug55305.phpt2 Bug #55305 (ref lost: 1st ref instantiated in class def, 2nd ref made w/o instantiating)
/PHP-7.4/ext/intl/tests/
H A Dbug65732.phpt10 var_dump(grapheme_substr(implode("\r\n", ['abc', 'def', 'ghi']), 5));
/PHP-7.4/ext/reflection/tests/
H A Dparameters_002.phpt7 NonExistingClass $na, stdClass &$opt = NULL, $def = "FooBar")
14 NonExistingClass $na, stdClass $opt = NULL, $def = "FooBar")
135 getName: string(3) "def"
201 getName: string(3) "def"
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_dfg.h29 zend_bitset def; member
/PHP-7.4/ext/zlib/
H A Dconfig.w3213 ADD_DEF_FILE("ext\\zlib\\php_zlib.def");
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_field_seek.phpt138 ["def"]=>
167 ["def"]=>
196 ["def"]=>
233 ["def"]=>
H A Dmysqli_stmt_get_result_metadata.phpt112 if ($info->def !== $fields['meta'][$k]->def)
113 printf("[019 - %d] Expecting def %s/%s got %s/%s\n",
114 … $k, gettype($info->def), $info->def, gettype($fields['meta'][$k]->def), $fields['meta'][$k]->def);
/PHP-7.4/ext/tokenizer/tests/
H A Dbug54089.phpt258 string(3) "def"
293 def
/PHP-7.4/tests/classes/
H A Dconstants_basic_001.phpt6 $def = 456;
7 define('DEFINED_TO_VAR', $def);
/PHP-7.4/ext/spl/tests/
H A DSplDoublyLinkedList_offsetExists_success.phpt11 $list->push('def');
/PHP-7.4/ext/pdo_oci/tests/
H A Dpecl_bug_11345.phpt17 $dbh = new PDO('oci:dbname=xxx;charset=yyy', 'abc', 'def');
/PHP-7.4/ext/dom/tests/
H A Dbug44648.phpt21 $root->setAttribute('@def', '456');
/PHP-7.4/ext/json/tests/
H A Dpass001.1.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"

Completed in 73 milliseconds

12345