Home
last modified time | relevance | path

Searched refs:el (Results 26 – 43 of 43) sorted by relevance

12

/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c2385 char *el; in parse_strength() local
2418 factor = strtoul(l, &el, 0); in parse_strength()
2423 if (*el && !isspace(CAST(unsigned char, *el))) { in parse_strength()
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c173 static void user_config_cache_entry_dtor(zval *el) in user_config_cache_entry_dtor() argument
175 user_config_cache_entry *entry = (user_config_cache_entry *)Z_PTR_P(el); in user_config_cache_entry_dtor()
/php-src/Zend/
H A Dzend_compile.c7032 zend_ast *el = group->child[i]; in zend_compile_attributes() local
7034 if (el->child[1] && in zend_compile_attributes()
7035 el->child[1]->kind == ZEND_AST_CALLABLE_CONVERT) { in zend_compile_attributes()
7040 zend_string *name = zend_resolve_class_name_ast(el->child[0]); in zend_compile_attributes()
7042 zend_ast_list *args = el->child[1] ? zend_ast_get_list(el->child[1]) : NULL; in zend_compile_attributes()
11101 zval *el; in zend_eval_const_expr() local
11104 if (el) { in zend_eval_const_expr()
11105 ZVAL_COPY(&result, el); in zend_eval_const_expr()
11110 el = zend_symtable_find(Z_ARR_P(container), Z_STR_P(dim)); in zend_eval_const_expr()
11111 if (el) { in zend_eval_const_expr()
[all …]
H A Dzend_object_handlers.c537 static void zend_property_guard_dtor(zval *el) /* {{{ */ { in zend_property_guard_dtor() argument
538 uint32_t *ptr = (uint32_t*)Z_PTR_P(el); in zend_property_guard_dtor()
H A Dzend_API.c3186 static int clean_module_class(zval *el, void *arg) /* {{{ */ in clean_module_class() argument
3188 zend_class_entry *ce = (zend_class_entry *)Z_PTR_P(el); in clean_module_class()
3204 static int clean_module_function(zval *el, void *arg) /* {{{ */ in clean_module_function() argument
3206 zend_function *fe = (zend_function *) Z_PTR_P(el); in clean_module_function()
/php-src/ext/snmp/
H A Dsnmp.c1962 static void free_php_snmp_properties(zval *el) /* {{{ */ in free_php_snmp_properties() argument
1964 pefree(Z_PTR_P(el), 1); in free_php_snmp_properties()
/php-src/sapi/cgi/
H A Dcgi_main.c192 static void user_config_cache_entry_dtor(zval *el) in user_config_cache_entry_dtor() argument
194 user_config_cache_entry *entry = (user_config_cache_entry *)Z_PTR_P(el); in user_config_cache_entry_dtor()
/php-src/ext/standard/tests/strings/
H A Dget_html_translation_table_basic5.phpt733 [⪙] => ⪙
H A Dhtml_entity_decode_html5.phpt954 "⪙",
3088 ⪙ => ⪙ e2aa99
H A Dhtmlentities_html5.phpt1349 ⪙ U+02A99
/php-src/ext/pdo/
H A Dpdo_stmt.c228 static void param_dtor(zval *el) /* {{{ */ in param_dtor() argument
230 struct pdo_bound_param_data *param = (struct pdo_bound_param_data *)Z_PTR_P(el); in param_dtor()
/php-src/ext/zip/
H A Dphp_zip.c3132 static void php_zip_free_prop_handler(zval *el) /* {{{ */ { argument
3133 pefree(Z_PTR_P(el), 1);
/php-src/ext/curl/
H A Dinterface.c900 static void curl_free_slist(zval *el) in curl_free_slist() argument
902 curl_slist_free_all(((struct curl_slist *)Z_PTR_P(el))); in curl_free_slist()
/php-src/build/
H A Dconfig.guess1089 MIPS_ENDIAN=el
/php-src/ext/standard/html_tables/
H A Dents_html5.txt949 el 02A99
/php-src/ext/pgsql/
H A Dpgsql.c345 static int _rollback_transactions(zval *el) in _rollback_transactions() argument
349 zend_resource *rsrc = Z_RES_P(el); in _rollback_transactions()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます37023 # https://www.chd-el.cz/wp-content/uploads/845010_syxcom.pdf
H A Dmagic37023 # https://www.chd-el.cz/wp-content/uploads/845010_syxcom.pdf

Completed in 294 milliseconds

12