Home
last modified time | relevance | path

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

123456

/PHP-8.1/ext/oci8/tests/
H A Dnull_byte_1.phpt26 $lob->saveFile("/tmp/abc\0def");
34 $lob->export("/tmp/abc\0def");
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'");
103 string(3) "def"
/PHP-8.1/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);
H A Dmb_ereg_replace-compat-10.phpt13 echo mb_ereg_replace("123","def\\g\\\\hi\\",$a);
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt78 ["def"]=>
106 ["def"]=>
134 ["def"]=>
162 ["def"]=>
H A Dmysqli_field_seek.phpt136 ["def"]=>
165 ["def"]=>
194 ["def"]=>
226 ["def"]=>
/PHP-8.1/ext/reflection/tests/
H A DReflectionClass_getStaticPropertyValue_002.phpt29 var_dump($rc->getStaticPropertyValue(1.5, 'def'));
47 string(3) "def"
H A Dgh8080.phpt2 GH-8080 (ReflectionClass::getConstants() depends on def. order)
/PHP-8.1/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-8.1/ext/pcre/tests/
H A Dbug80866.phpt10 1 => 'def',
/PHP-8.1/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
H A Dbug55305.phpt2 Bug #55305 (ref lost: 1st ref instantiated in class def, 2nd ref made w/o instantiating)
/PHP-8.1/ext/standard/tests/array/
H A Dbug23788.phpt9 str_replace("abc", "def", $foo);
/PHP-8.1/ext/intl/tests/
H A Dbug65732.phpt8 var_dump(grapheme_substr(implode("\r\n", ['abc', 'def', 'ghi']), 5));
/PHP-8.1/ext/opcache/tests/
H A Dpreload_dynamic_def_removal.phpt2 Preloading dynamic def in method/function
/PHP-8.1/tests/classes/
H A Dconstants_basic_001.phpt6 $def = 456;
7 define('DEFINED_TO_VAR', $def);

Completed in 52 milliseconds

123456