script 299 Zend/zend_language_scanner.c static const zend_encoding *zend_multibyte_detect_utf_encoding(const unsigned char *script, size_t script_size) script 306 Zend/zend_language_scanner.c p = script; script 307 Zend/zend_language_scanner.c assert(p >= script); script 308 Zend/zend_language_scanner.c while ((size_t)(p-script) < script_size) { script 309 Zend/zend_language_scanner.c p = memchr(p, 0, script_size-(p-script)-2); script 323 Zend/zend_language_scanner.c p = script; script 324 Zend/zend_language_scanner.c assert(p >= script); script 325 Zend/zend_language_scanner.c while ((size_t)(p-script) < script_size) { script 62 ext/opcache/Optimizer/optimize_func_calls.c if ((func = zend_hash_find_ptr(&ctx->script->function_table, script 46 ext/opcache/Optimizer/pass1_5.c (op_array == &ctx->script->main_op_array) : 0; script 659 ext/opcache/Optimizer/zend_optimizer.c &ctx->script->function_table, script 669 ext/opcache/Optimizer/zend_optimizer.c int zend_accel_script_optimize(zend_persistent_script *script) script 678 ext/opcache/Optimizer/zend_optimizer.c ctx.script = script; script 681 ext/opcache/Optimizer/zend_optimizer.c zend_accel_optimize(&script->main_op_array, &ctx); script 683 ext/opcache/Optimizer/zend_optimizer.c for (idx = 0; idx < script->function_table.nNumUsed; idx++) { script 684 ext/opcache/Optimizer/zend_optimizer.c p = script->function_table.arData + idx; script 690 ext/opcache/Optimizer/zend_optimizer.c for (idx = 0; idx < script->class_table.nNumUsed; idx++) { script 691 ext/opcache/Optimizer/zend_optimizer.c p = script->class_table.arData + idx; script 712 ext/opcache/Optimizer/zend_optimizer.c zend_accel_adjust_fcall_stack_size(&script->main_op_array, &ctx); script 714 ext/opcache/Optimizer/zend_optimizer.c for (idx = 0; idx < script->function_table.nNumUsed; idx++) { script 715 ext/opcache/Optimizer/zend_optimizer.c p = script->function_table.arData + idx; script 721 ext/opcache/Optimizer/zend_optimizer.c for (idx = 0; idx < script->class_table.nNumUsed; idx++) { script 722 ext/opcache/Optimizer/zend_optimizer.c p = script->class_table.arData + idx; script 54 ext/opcache/Optimizer/zend_optimizer_internal.h zend_persistent_script *script; script 56 ext/opcache/zend_accelerator_module.c ZEND_ARG_INFO(0, script) script 61 ext/opcache/zend_accelerator_module.c ZEND_ARG_INFO(0, script) script 547 ext/opcache/zend_accelerator_module.c zend_persistent_script *script; script 553 ext/opcache/zend_accelerator_module.c script = (zend_persistent_script *)cache_entry->data; script 556 ext/opcache/zend_accelerator_module.c add_assoc_str(&persistent_script_report, "full_path", zend_string_dup(script->full_path, 0)); script 557 ext/opcache/zend_accelerator_module.c add_assoc_long(&persistent_script_report, "hits", (zend_long)script->dynamic_members.hits); script 558 ext/opcache/zend_accelerator_module.c add_assoc_long(&persistent_script_report, "memory_consumption", script->dynamic_members.memory_consumption); script 559 ext/opcache/zend_accelerator_module.c ta = localtime(&script->dynamic_members.last_used); script 564 ext/opcache/zend_accelerator_module.c add_assoc_long(&persistent_script_report, "last_used_timestamp", script->dynamic_members.last_used); script 566 ext/opcache/zend_accelerator_module.c add_assoc_long(&persistent_script_report, "timestamp", (zend_long)script->timestamp); script 97 ext/opcache/zend_file_cache.c ((char*)(ptr) < (char*)script->size) script 99 ext/opcache/zend_file_cache.c (((char*)(ptr) >= (char*)script->mem && (char*)(ptr) < (char*)script->mem + script->size) || \ script 104 ext/opcache/zend_file_cache.c (ptr) = (void*)((char*)(ptr) - (char*)script->mem); \ script 120 ext/opcache/zend_file_cache.c if (EXPECTED(script->corrupted)) { \ script 124 ext/opcache/zend_file_cache.c (ptr) = (void*)((char*)(ptr) - (char*)script->mem); \ script 131 ext/opcache/zend_file_cache.c (ptr) = (void*)zend_file_cache_unserialize_interned((zend_string*)(ptr), !script->corrupted); \ script 136 ext/opcache/zend_file_cache.c if (EXPECTED(!script->corrupted)) { \ script 179 ext/opcache/zend_file_cache.c zend_persistent_script *script, script 184 ext/opcache/zend_file_cache.c zend_persistent_script *script, script 188 ext/opcache/zend_file_cache.c zend_persistent_script *script, script 192 ext/opcache/zend_file_cache.c zend_persistent_script *script, script 242 ext/opcache/zend_file_cache.c zend_persistent_script *script, script 263 ext/opcache/zend_file_cache.c func(&p->val, script, info, buf); script 270 ext/opcache/zend_file_cache.c zend_persistent_script *script, script 282 ext/opcache/zend_file_cache.c zend_file_cache_serialize_zval(&((zend_ast_zval*)ast)->val, script, info, buf); script 287 ext/opcache/zend_file_cache.c list->child[i] = zend_file_cache_serialize_ast(list->child[i], script, info, buf); script 294 ext/opcache/zend_file_cache.c ast->child[i] = zend_file_cache_serialize_ast(ast->child[i], script, info, buf); script 302 ext/opcache/zend_file_cache.c zend_persistent_script *script, script 320 ext/opcache/zend_file_cache.c zend_file_cache_serialize_hash(ht, script, info, buf, zend_file_cache_serialize_zval); script 330 ext/opcache/zend_file_cache.c zend_file_cache_serialize_zval(&ref->val, script, info, buf); script 341 ext/opcache/zend_file_cache.c ast->ast = zend_file_cache_serialize_ast(ast->ast, script, info, buf); script 349 ext/opcache/zend_file_cache.c zend_persistent_script *script, script 359 ext/opcache/zend_file_cache.c zend_file_cache_serialize_hash(ht, script, info, buf, zend_file_cache_serialize_zval); script 370 ext/opcache/zend_file_cache.c zend_file_cache_serialize_zval(p, script, info, buf); script 476 ext/opcache/zend_file_cache.c zend_persistent_script *script, script 485 ext/opcache/zend_file_cache.c zend_file_cache_serialize_op_array(op_array, script, info, buf); script 489 ext/opcache/zend_file_cache.c zend_persistent_script *script, script 513 ext/opcache/zend_file_cache.c zend_persistent_script *script, script 524 ext/opcache/zend_file_cache.c zend_file_cache_serialize_hash(&ce->function_table, script, info, buf, zend_file_cache_serialize_func); script 533 ext/opcache/zend_file_cache.c zend_file_cache_serialize_zval(p, script, info, buf); script 545 ext/opcache/zend_file_cache.c zend_file_cache_serialize_zval(p, script, info, buf); script 549 ext/opcache/zend_file_cache.c zend_file_cache_serialize_hash(&ce->constants_table, script, info, buf, zend_file_cache_serialize_zval); script 552 ext/opcache/zend_file_cache.c zend_file_cache_serialize_hash(&ce->properties_info, script, info, buf, zend_file_cache_serialize_prop_info); script 647 ext/opcache/zend_file_cache.c static void zend_file_cache_serialize(zend_persistent_script *script, script 655 ext/opcache/zend_file_cache.c info->mem_size = script->size; script 657 ext/opcache/zend_file_cache.c info->script_offset = (char*)script - (char*)script->mem; script 658 ext/opcache/zend_file_cache.c info->timestamp = script->timestamp; script 660 ext/opcache/zend_file_cache.c memcpy(buf, script->mem, script->size); script 665 ext/opcache/zend_file_cache.c zend_file_cache_serialize_hash(&new_script->class_table, script, info, buf, zend_file_cache_serialize_class); script 666 ext/opcache/zend_file_cache.c zend_file_cache_serialize_hash(&new_script->function_table, script, info, buf, zend_file_cache_serialize_func); script 667 ext/opcache/zend_file_cache.c zend_file_cache_serialize_op_array(&new_script->main_op_array, script, info, buf); script 705 ext/opcache/zend_file_cache.c int zend_file_cache_script_store(zend_persistent_script *script, int in_shm) script 715 ext/opcache/zend_file_cache.c filename = zend_file_cache_get_bin_file_path(script->full_path); script 744 ext/opcache/zend_file_cache.c mem = emalloc(script->size + 64); script 747 ext/opcache/zend_file_cache.c mem = buf = emalloc(script->size); script 754 ext/opcache/zend_file_cache.c script->corrupted = 1; /* used to check if script restored to SHM or process memory */ script 756 ext/opcache/zend_file_cache.c zend_file_cache_serialize(script, &info, buf); script 758 ext/opcache/zend_file_cache.c script->corrupted = 0; script 762 ext/opcache/zend_file_cache.c info.checksum = zend_adler32(ADLER32_INIT, buf, script->size); script 769 ext/opcache/zend_file_cache.c vec[1].iov_len = script->size; script 773 ext/opcache/zend_file_cache.c if (writev(fd, vec, 3) != (ssize_t)(sizeof(info) + script->size + info.str_size)) { script 782 ext/opcache/zend_file_cache.c if (ZEND_LONG_MAX < (zend_long)(sizeof(info) + script->size + info.str_size) || script 784 ext/opcache/zend_file_cache.c write(fd, buf, script->size) != script->size || script 808 ext/opcache/zend_file_cache.c zend_persistent_script *script, script 829 ext/opcache/zend_file_cache.c func(&p->val, script, buf); script 836 ext/opcache/zend_file_cache.c zend_persistent_script *script, script 844 ext/opcache/zend_file_cache.c zend_file_cache_unserialize_zval(&((zend_ast_zval*)ast)->val, script, buf); script 849 ext/opcache/zend_file_cache.c list->child[i] = zend_file_cache_unserialize_ast(list->child[i], script, buf); script 856 ext/opcache/zend_file_cache.c ast->child[i] = zend_file_cache_unserialize_ast(ast->child[i], script, buf); script 864 ext/opcache/zend_file_cache.c zend_persistent_script *script, script 881 ext/opcache/zend_file_cache.c script, buf, zend_file_cache_unserialize_zval, ZVAL_PTR_DTOR); script 890 ext/opcache/zend_file_cache.c zend_file_cache_unserialize_zval(&ref->val, script, buf); script 900 ext/opcache/zend_file_cache.c ast->ast = zend_file_cache_unserialize_ast(ast->ast, script, buf); script 908 ext/opcache/zend_file_cache.c zend_persistent_script *script, script 917 ext/opcache/zend_file_cache.c script, buf, zend_file_cache_unserialize_zval, ZVAL_PTR_DTOR); script 927 ext/opcache/zend_file_cache.c zend_file_cache_unserialize_zval(p, script, buf); script 1027 ext/opcache/zend_file_cache.c zend_persistent_script *script, script 1034 ext/opcache/zend_file_cache.c zend_file_cache_unserialize_op_array(op_array, script, buf); script 1038 ext/opcache/zend_file_cache.c zend_persistent_script *script, script 1060 ext/opcache/zend_file_cache.c zend_persistent_script *script, script 1070 ext/opcache/zend_file_cache.c script, buf, zend_file_cache_unserialize_func, ZEND_FUNCTION_DTOR); script 1078 ext/opcache/zend_file_cache.c zend_file_cache_unserialize_zval(p, script, buf); script 1089 ext/opcache/zend_file_cache.c zend_file_cache_unserialize_zval(p, script, buf); script 1094 ext/opcache/zend_file_cache.c script, buf, zend_file_cache_unserialize_zval, NULL); script 1098 ext/opcache/zend_file_cache.c script, buf, zend_file_cache_unserialize_prop_info, ZVAL_PTR_DTOR); script 1191 ext/opcache/zend_file_cache.c static void zend_file_cache_unserialize(zend_persistent_script *script, script 1194 ext/opcache/zend_file_cache.c script->mem = buf; script 1196 ext/opcache/zend_file_cache.c UNSERIALIZE_STR(script->full_path); script 1198 ext/opcache/zend_file_cache.c zend_file_cache_unserialize_hash(&script->class_table, script 1199 ext/opcache/zend_file_cache.c script, buf, zend_file_cache_unserialize_class, ZEND_CLASS_DTOR); script 1200 ext/opcache/zend_file_cache.c zend_file_cache_unserialize_hash(&script->function_table, script 1201 ext/opcache/zend_file_cache.c script, buf, zend_file_cache_unserialize_func, ZEND_FUNCTION_DTOR); script 1202 ext/opcache/zend_file_cache.c zend_file_cache_unserialize_op_array(&script->main_op_array, script, buf); script 1204 ext/opcache/zend_file_cache.c UNSERIALIZE_PTR(script->arena_mem); script 1212 ext/opcache/zend_file_cache.c zend_persistent_script *script; script 1318 ext/opcache/zend_file_cache.c script = (zend_persistent_script *)bucket->data; script 1319 ext/opcache/zend_file_cache.c if (!script->corrupted) { script 1323 ext/opcache/zend_file_cache.c return script; script 1356 ext/opcache/zend_file_cache.c script = (zend_persistent_script*)((char*)buf + info.script_offset); script 1357 ext/opcache/zend_file_cache.c script->corrupted = !cache_it; /* used to check if script restored to SHM or process memory */ script 1358 ext/opcache/zend_file_cache.c zend_file_cache_unserialize(script, buf); script 1359 ext/opcache/zend_file_cache.c script->corrupted = 0; script 1362 ext/opcache/zend_file_cache.c script->dynamic_members.checksum = zend_accel_script_checksum(script); script 1363 ext/opcache/zend_file_cache.c script->dynamic_members.last_used = ZCG(request_time); script 1365 ext/opcache/zend_file_cache.c zend_accel_hash_update(&ZCSG(hash), ZSTR_VAL(script->full_path), ZSTR_LEN(script->full_path), 0, script); script 1372 ext/opcache/zend_file_cache.c return script; script 22 ext/opcache/zend_file_cache.h int zend_file_cache_script_store(zend_persistent_script *script, int in_shm); script 898 ext/opcache/zend_persist.c zend_persistent_script *zend_accel_script_persist(zend_persistent_script *script, char **key, unsigned int key_length) script 900 ext/opcache/zend_persist.c script->mem = ZCG(mem); script 905 ext/opcache/zend_persist.c zend_accel_store(script, sizeof(zend_persistent_script)); script 909 ext/opcache/zend_persist.c zend_accel_store_string(script->full_path); script 918 ext/opcache/zend_persist.c script->arena_mem = ZCG(arena_mem) = ZCG(mem); script 919 ext/opcache/zend_persist.c ZCG(mem) = (void*)((char*)ZCG(mem) + script->arena_size); script 921 ext/opcache/zend_persist.c zend_accel_persist_class_table(&script->class_table); script 922 ext/opcache/zend_persist.c zend_hash_persist(&script->function_table, zend_persist_op_array); script 923 ext/opcache/zend_persist.c zend_persist_op_array_ex(&script->main_op_array, script); script 925 ext/opcache/zend_persist.c return script; script 928 ext/opcache/zend_persist.c int zend_accel_script_persistable(zend_persistent_script *script) script 25 ext/opcache/zend_persist.h int zend_accel_script_persistable(zend_persistent_script *script); script 26 ext/opcache/zend_persist.h uint zend_accel_script_persist_calc(zend_persistent_script *script, char *key, unsigned int key_length); script 27 ext/opcache/zend_persist.h zend_persistent_script *zend_accel_script_persist(zend_persistent_script *script, char **key, unsigned int key_length); script 2845 ext/pcre/pcrelib/pcre_compile.c return (pdata == prop->script) == negated; script 2582 ext/pcre/pcrelib/pcre_exec.c if ((ecode[2] != prop->script) == (op == OP_PROP)) script 2762 ext/pcre/pcrelib/pcre_internal.h pcre_uint8 script; /* ucp_Arabic, etc. */ script 2788 ext/pcre/pcrelib/pcre_internal.h #define UCD_SCRIPT(ch) GET_UCD(ch)->script script 4985 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, scriptreg, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, script)); script 4991 ext/pcre/pcrelib/pcre_jit_compile.c OP2(SLJIT_ADD, TMP2, 0, TMP2, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, script)); script 157 ext/pcre/pcrelib/pcre_xclass.c if ((data[1] == prop->script) == isprop) return !negated; script 146 sapi/phpdbg/phpdbg_wait.c zval *script; script 147 sapi/phpdbg/phpdbg_wait.c if ((script = zend_hash_str_find(Z_ARRVAL_P(srv), ZEND_STRL("SCRIPT_FILENAME"))) && Z_TYPE_P(script) == IS_STRING) { script 149 sapi/phpdbg/phpdbg_wait.c param.str = Z_STRVAL_P(script);