Home
last modified time | relevance | path

Searched refs:def (Results 76 – 100 of 146) sorted by relevance

123456

/php-src/ext/mbstring/tests/
H A Dmb_strpos_basic.phpt15 $string_ascii = 'abc def';
H A Dmb_ereg.phpt24 test_ereg( $enc, 'abc ([a-z]+) ([a-z]+) ([a-z]+)$', "abc def ghi jkl" );
H A Dmb_strstr_basic.phpt11 $string_ascii = 'abc def';
H A Dmb_strrchr_basic.phpt11 $string_ascii = 'abc def';
H A Dmb_get_info.phpt17 mb_parse_str("abc=def", $dummy);
H A Dmb_stripos_basic2.phpt17 'abc defabc def',
H A Dmb_strripos_basic2.phpt17 'abc defabc def',
H A Dmb_stripos_empty_needle.phpt10 $string_ascii = 'abc def';
H A Dmb_strpos_empty_needle.phpt10 $string_ascii = 'abc def';
/php-src/ext/libxml/
H A Dconfig.w3216 ADD_DEF_FILE("ext\\libxml\\php_libxml2.def");
/php-src/ext/iconv/tests/
H A Diconv_strpos_basic.phpt17 $string_ascii = 'abc def';
/php-src/ext/iconv/
H A Dconfig.w3218 ADD_DEF_FILE("ext\\iconv\\php_iconv.def");
/php-src/ext/tidy/
H A Dconfig.w3226 ADD_DEF_FILE("ext\\tidy\\php_tidy.def");
/php-src/ext/pcre/
H A Dconfig.w326 ADD_DEF_FILE("ext\\pcre\\php_pcre.def");
/php-src/ext/reflection/tests/
H A Dparameters_002.phpt7 NonExistingClass $na, stdClass &$opt = NULL, $def = "FooBar")
14 NonExistingClass $na, ?stdClass $opt = NULL, $def = "FooBar")
158 getName: string(3) "def"
252 getName: string(3) "def"
H A DReflectionClass_setStaticPropertyValue_002.phpt34 var_dump($rc->setStaticPropertyValue(1.5, 'def'));
/php-src/Zend/tests/
H A Dassign_coalesce_003.phpt46 $ary["foo"]["bar"] ??= "def";
/php-src/ext/mysqli/tests/
H A Dmysqli_fetch_field_direct.phpt56 ["def"]=>
H A Dmysqli_fetch_field_direct_oo.phpt58 ["def"]=>
H A Dmysqli_field_tell.phpt69 ["def"]=>
/php-src/ext/opcache/jit/ir/
H A Dir_check.c71 static bool ir_check_domination(const ir_ctx *ctx, ir_ref def, ir_ref use) in ir_check_domination() argument
73 uint32_t b1 = ctx->cfg_map[def]; in ir_check_domination()
80 return def < use; in ir_check_domination()
H A Dir.c1108 return def;
1118 def = ir_emit2(ctx, IR_OPT(IR_COPY, ctx->ir_base[def].type), def, 1);
1121 return def;
1128 ir_ref n, i, j, *p, def;
1144 def = *p;
1145 if (def > 0) {
1146 lists[def].count++;
1165 def = *p;
1166 if (def > 0) {
1202 def = *p;
[all …]
/php-src/Zend/asm/
H A Djump_x86_64_ms_pe_gas.S92 .def jump_fcontext; .scl 2; .type 32; .endef
/php-src/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h116 MYSQL_FIELD *def; member
/php-src/ext/fileinfo/libmagic/
H A Dfuncs.c324 const char *def = "data"; in file_buffer() local
346 def = "empty"; in file_buffer()
349 def = "very short file (no magic)"; in file_buffer()
498 if (file_printf(ms, "%s", def) == -1) in file_buffer()

Completed in 32 milliseconds

123456