Home
last modified time | relevance | path

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

/PHP-5.4/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.4/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.h332 ZEND_API void zend_str_tolower(char *str, unsigned int length);
H A Dzend_operators.c1933 ZEND_API void zend_str_tolower(char *str, unsigned int length) /* {{{ */ in zend_str_tolower() function
H A Dzend_API.c2600 zend_str_tolower(class_name, class_name_length); in zend_disable_class()
H A Dzend_compile.c504 zend_str_tolower(tmp_name, ns_len); in zend_add_const_name_literal()
/PHP-5.4/ext/hash/
H A Dhash.c93 zend_str_tolower(lower, algo_len); in php_hash_fetch_ops()
108 zend_str_tolower(lower, algo_len); in php_hash_register_algo()
/PHP-5.4/ext/standard/
H A Dbrowscap.c192 zend_str_tolower(new_key, Z_STRLEN_P(arg1)); in php_browscap_parser_cb()
/PHP-5.4/ext/com_dotnet/
H A Dcom_typeinfo.c584 zend_str_tolower(ansiname, ansinamelen); in php_com_process_typeinfo()
/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_main.c782 zend_str_tolower(server_name, server_name_len);
821 zend_str_tolower(doc_root, doc_root_len);
/PHP-5.4/main/
H A Dphp_ini.c303 zend_str_tolower(key, key_len); /* host names are case-insensitive. */ in php_ini_parser_cb()
/PHP-5.4/sapi/cgi/
H A Dcgi_main.c851 zend_str_tolower(server_name, server_name_len);
897 zend_str_tolower(doc_root, doc_root_len);
/PHP-5.4/ext/wddx/
H A Dwddx.c981 zend_str_tolower(Z_STRVAL_P(ent1->data), Z_STRLEN_P(ent1->data)); in php_wddx_pop_element()

Completed in 78 milliseconds