Home
last modified time | relevance | path

Searched refs:zend_str_tolower (Results 1 – 17 of 17) sorted by relevance

/PHP-5.5/ext/opcache/Optimizer/
H A Dzend_optimizer.c132 zend_str_tolower(Z_STRVAL_P(val), Z_STRLEN_P(val)); in update_op1_const()
137 zend_str_tolower(Z_STRVAL_P(val), Z_STRLEN_P(val)); in update_op1_const()
180 zend_str_tolower(Z_STRVAL_P(val), Z_STRLEN_P(val)); in update_op2_const()
186 zend_str_tolower(Z_STRVAL_P(val), Z_STRLEN_P(val)); in update_op2_const()
H A Dpass1_5.c257zend_str_tolower(Z_STRVAL(ZEND_OP1_LITERAL(opline + 1)), Z_STRLEN(ZEND_OP1_LITERAL(opline + 1)));
H A Dblock_pass.c14 zend_str_tolower(lookup_name, name_len); in zend_get_persistent_constant()
/PHP-5.5/win32/
H A Dregistry.c144 zend_str_tolower(new_path, path_len+name_len+1); in LoadDirectory()
148 zend_str_tolower(new_path, name_len); in LoadDirectory()
250 zend_str_tolower(path, path_len); in UpdateIniFromRegistry()
/PHP-5.5/Zend/
H A Dzend_constants.c414 zend_str_tolower(lcname + prefix_len + 1, const_name_len); in zend_get_constant_ex()
497 zend_str_tolower(lowercase_name, c->name_len-1); in zend_register_constant()
505 zend_str_tolower(lowercase_name, slash-c->name); in zend_register_constant()
H A Dzend_operators.h356 ZEND_API void zend_str_tolower(char *str, unsigned int length);
H A Dzend_operators.c1995 ZEND_API void zend_str_tolower(char *str, unsigned int length) /* {{{ */ in zend_str_tolower() function
H A Dzend_API.c2663 zend_str_tolower(class_name, class_name_length); in zend_disable_class()
H A Dzend_compile.c507 zend_str_tolower(tmp_name, ns_len); in zend_add_const_name_literal()
/PHP-5.5/
H A DUPGRADING.INTERNALS76 zend_str_tolower
/PHP-5.5/ext/standard/
H A Dbrowscap.c192 zend_str_tolower(new_key, Z_STRLEN_P(arg1)); in php_browscap_parser_cb()
/PHP-5.5/ext/hash/
H A Dhash.c94 zend_str_tolower(lower, algo_len); in php_hash_fetch_ops()
109 zend_str_tolower(lower, algo_len); in php_hash_register_algo()
/PHP-5.5/ext/com_dotnet/
H A Dcom_typeinfo.c584 zend_str_tolower(ansiname, ansinamelen); in php_com_process_typeinfo()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c786 zend_str_tolower(server_name, server_name_len);
825 zend_str_tolower(doc_root, doc_root_len);
/PHP-5.5/main/
H A Dphp_ini.c303 zend_str_tolower(key, key_len); /* host names are case-insensitive. */ in php_ini_parser_cb()
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c854 zend_str_tolower(server_name, server_name_len);
899 zend_str_tolower(doc_root, doc_root_len);
/PHP-5.5/ext/wddx/
H A Dwddx.c995 zend_str_tolower(Z_STRVAL_P(ent1->data), Z_STRLEN_P(ent1->data)); in php_wddx_pop_element()

Completed in 99 milliseconds