Home
last modified time | relevance | path

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

123456

/PHP-8.1/ext/intl/tests/
H A Dgrapheme2.phpt101 …d . $char_a_ring_nfd . "a" . $char_a_ring_nfd . "bc" . $char_a_ring_nfd . "def", $char_a_ring_nfd …
168 …d . $char_a_ring_nfd . "a" . $char_A_ring_nfd . "bC" . $char_a_ring_nfd . "def", $char_a_ring_nfd …
234 …d . $char_a_ring_nfd . "a" . $char_a_ring_nfd . "bc" . $char_a_ring_nfd . "def", $char_a_ring_nfd …
299 …d . $char_a_ring_nfd . "a" . $char_A_ring_nfd . "bC" . $char_a_ring_nfd . "def", $char_a_ring_nfd …
/PHP-8.1/ext/date/
H A Dphp_date.c4015 #define PHP_DATE_INTERVAL_READ_PROPERTY(element, member, itype, def) \ in php_date_interval_initialize_from_hash() argument
4021 (*intobj)->diff->member = (itype)def; \ in php_date_interval_initialize_from_hash()
4052 #define PHP_DATE_INTERVAL_READ_PROPERTY_DOUBLE(element, member, def) \ in php_date_interval_initialize_from_hash() argument
4058 (*intobj)->diff->member = (double)def; \ in php_date_interval_initialize_from_hash()
/PHP-8.1/ext/mysqli/
H A Dmysqli_api.c1144 add_property_stringl(value, "def", (field->def ? field->def : ""), field->def_length);
/PHP-8.1/ext/opcache/jit/dynasm/
H A Dminilua.c5847 const char*def,size_t*l);
5850 lua_Integer def);
5957 const char*def,size_t*len){
5960 *len=(def?strlen(def):0);
5961 return def;
5978 lua_Integer def){
5979 return luaL_opt(L,luaL_checkinteger,narg,def);
/PHP-8.1/Zend/Optimizer/
H A Dzend_dump.c1223 zend_dump_var_set(op_array, "def", DFG_BITSET(dfg->def, dfg->size, j)); in zend_dump_dfg()
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_structs.h87 char *def; /* Default value */ member
/PHP-8.1/ext/soap/
H A Dsoap.c4011 } else if (param->element->def && !param->element->nillable) {
4012 ZVAL_STRING(&defval, param->element->def);
/PHP-8.1/build/
H A Dltmain.sh2687 if test -f "$output_objdir/$soname-def"; then :
/PHP-8.1/
H A DNEWS1414 . Fixed bug GH-8080 (ReflectionClass::getConstants() depends on def. order).
/PHP-8.1/Zend/
H A Dzend_compile.c7177 static uint32_t zend_add_dynamic_func_def(zend_op_array *def) { in zend_add_dynamic_func_def() argument
7182 op_array->dynamic_func_defs[def_offset] = def; in zend_add_dynamic_func_def()
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch3096 " with `%s'", file, line, desc, def);
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic6930 >0 regex \^#[[:space:]]*(if\|ifn)def
6934 >0 regex \^#[[:space:]]*(if\|ifn)def
28731 # def __init__ (self, ...):
28732 0 search/4096 def\ __init__
28774 # def name(*args, **kwargs):
28775 0 search/8192 def\
29841 >>0 regex def\ [a-z]|\ do$
29846 >0 regex (modul|includ)e\ [A-Z]|def\ [a-z]
29856 # def name (args)
29858 0 search/8192 def\
[all …]
H A Dmagic私はガラスを食べられます6930 >0 regex \^#[[:space:]]*(if\|ifn)def
6934 >0 regex \^#[[:space:]]*(if\|ifn)def
28731 # def __init__ (self, ...):
28732 0 search/4096 def\ __init__
28774 # def name(*args, **kwargs):
28775 0 search/8192 def\
29841 >>0 regex def\ [a-z]|\ do$
29846 >0 regex (modul|includ)e\ [A-Z]|def\ [a-z]
29856 # def name (args)
29858 0 search/8192 def\
[all …]
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_x86.dasc16100 uint32_t def = ssa->vars[var].definition;
16101 if (!zend_jit_opline_supports_reg(op_array, ssa, op_array->opcodes + def, ssa->ops + def, NULL)) {
H A Dzend_jit_arm64.dasc15149 uint32_t def = ssa->vars[var].definition;
15150 if (!zend_jit_opline_supports_reg(op_array, ssa, op_array->opcodes + def, ssa->ops + def, NULL)) {

Completed in 444 milliseconds

123456