Home
last modified time | relevance | path

Searched refs:strlen (Results 601 – 606 of 606) sorted by relevance

1...<<2122232425

/PHP-5.3/ext/mysqli/
H A Dmysqli_api.c588 …if (zend_hash_find(&EG(persistent_list), mysql->hash_key, strlen(mysql->hash_key) + 1, (void **)&l… in php_mysqli_close()
/PHP-5.3/Zend/
H A Dzend_alloc.c2490 length = strlen(s)+1; in _estrdup()
H A Dzend_vm_execute.h1912 …if (Z_LVAL(opline->op2.u.constant) != ZEND_EVAL && strlen(Z_STRVAL_P(inc_filename)) != Z_STRLEN_P(… in ZEND_INCLUDE_OR_EVAL_SPEC_CONST_HANDLER()
1927 … failure_retval = zend_hash_exists(&EG(included_files), resolved_path, strlen(resolved_path)+1); in ZEND_INCLUDE_OR_EVAL_SPEC_CONST_HANDLER()
1940 …if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path, strlen(file_handle.o… in ZEND_INCLUDE_OR_EVAL_SPEC_CONST_HANDLER()
5208 …if (Z_LVAL(opline->op2.u.constant) != ZEND_EVAL && strlen(Z_STRVAL_P(inc_filename)) != Z_STRLEN_P(… in ZEND_INCLUDE_OR_EVAL_SPEC_TMP_HANDLER()
5223 … failure_retval = zend_hash_exists(&EG(included_files), resolved_path, strlen(resolved_path)+1); in ZEND_INCLUDE_OR_EVAL_SPEC_TMP_HANDLER()
5236 …if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path, strlen(file_handle.o… in ZEND_INCLUDE_OR_EVAL_SPEC_TMP_HANDLER()
8583 …if (Z_LVAL(opline->op2.u.constant) != ZEND_EVAL && strlen(Z_STRVAL_P(inc_filename)) != Z_STRLEN_P(… in ZEND_INCLUDE_OR_EVAL_SPEC_VAR_HANDLER()
8598 … failure_retval = zend_hash_exists(&EG(included_files), resolved_path, strlen(resolved_path)+1); in ZEND_INCLUDE_OR_EVAL_SPEC_VAR_HANDLER()
8983 str_key_len = strlen(prop_name); in ZEND_FE_FETCH_SPEC_VAR_HANDLER()
22488 …if (Z_LVAL(opline->op2.u.constant) != ZEND_EVAL && strlen(Z_STRVAL_P(inc_filename)) != Z_STRLEN_P(… in ZEND_INCLUDE_OR_EVAL_SPEC_CV_HANDLER()
[all …]
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dsqlite.h.in766 ** If the 4th "len" parameter is -1, then strlen() is used to find the
/PHP-5.3/ext/mbstring/oniguruma/
H A DHISTORY1602 2003/01/31: [tune] don't use strlen() in regexec() and regcomp().
/PHP-5.3/
H A DNEWS6819 - Fixed bug #31479 (Fixed crash in chunk_split(), when chunklen > strlen). (Ilia)

Completed in 286 milliseconds

1...<<2122232425