Searched refs:Z_STRLEN (Results 51 – 55 of 55) sorted by relevance
123
/PHP-5.5/ext/soap/ |
H A D | php_sdl.c | 296 Z_STRLEN(new_header) = Z_STRLEN_PP(header) - (rest - s); in sdl_set_uri_credentials()
|
/PHP-5.5/ext/date/ |
H A D | php_date.c | 966 …&& Z_TYPE(ztz) == IS_STRING && Z_STRLEN(ztz) > 0 && timelib_timezone_id_is_valid(Z_STRVAL(ztz), tz… in guess_timezone()
|
/PHP-5.5/ext/fileinfo/ |
H A D | libmagic.patch | 3503 + Z_STRLEN_P(pattern_match) = Z_STRLEN(matchcopy);
|
/PHP-5.5/ext/reflection/ |
H A D | php_reflection.c | 753 string_write(str, Z_STRVAL(zv_copy), Z_STRLEN(zv_copy)); in _parameter_string()
|
/PHP-5.5/Zend/ |
H A D | zend_vm_execute.h | 1068 …orting", sizeof("error_reporting"), Z_STRVAL(restored_error_reporting), Z_STRLEN(restored_error_re… in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER() 1379 …} else if (zend_hash_quick_find(EG(function_table), Z_STRVAL(func_name->constant), Z_STRLEN(func_n… in ZEND_INIT_NS_FCALL_BY_NAME_SPEC_CONST_HANDLER() 1381 …if (UNEXPECTED(zend_hash_quick_find(EG(function_table), Z_STRVAL(func_name->constant), Z_STRLEN(fu… in ZEND_INIT_NS_FCALL_BY_NAME_SPEC_CONST_HANDLER() 8273 EG(error_reporting_ini_entry)->value_length = Z_STRLEN(restored_error_reporting); in ZEND_END_SILENCE_SPEC_TMP_HANDLER()
|
Completed in 161 milliseconds
123