Searched refs:parent_script (Results 1 – 1 of 1) sorted by relevance
1148 zend_string *parent_script = NULL; in accel_make_persistent_key() local1269 EXPECTED((parent_script = zend_get_executed_filename_ex()) != NULL)) { in accel_make_persistent_key()1271 parent_script_len = ZSTR_LEN(parent_script); in accel_make_persistent_key()1272 while ((--parent_script_len > 0) && !IS_SLASH(ZSTR_VAL(parent_script)[parent_script_len])); in accel_make_persistent_key()1279 memcpy(ZCG(key) + key_length, ZSTR_VAL(parent_script), parent_script_len); in accel_make_persistent_key()
Completed in 14 milliseconds