script 283 Zend/zend_language_scanner.c static const zend_encoding *zend_multibyte_detect_utf_encoding(const unsigned char *script, size_t script_size TSRMLS_DC) script 290 Zend/zend_language_scanner.c p = script; script 291 Zend/zend_language_scanner.c while ((p-script) < script_size) { script 292 Zend/zend_language_scanner.c p = memchr(p, 0, script_size-(p-script)-2); script 306 Zend/zend_language_scanner.c p = script; script 307 Zend/zend_language_scanner.c while ((p-script) < script_size) { script 11 ext/opcache/Optimizer/optimize_func_calls.c static void optimize_func_calls(zend_op_array *op_array, zend_persistent_script *script TSRMLS_DC) { script 29 ext/opcache/Optimizer/optimize_func_calls.c if ((zend_hash_quick_find(&script->function_table, script 20 ext/opcache/Optimizer/pass1_5.c (op_array == &script->main_op_array) : 0; script 476 ext/opcache/Optimizer/zend_optimizer.c zend_persistent_script *script, script 512 ext/opcache/Optimizer/zend_optimizer.c optimize_func_calls(op_array, script TSRMLS_CC); script 542 ext/opcache/Optimizer/zend_optimizer.c zend_persistent_script *script, script 586 ext/opcache/Optimizer/zend_optimizer.c zend_optimize(op_array, script, constants TSRMLS_CC); script 628 ext/opcache/Optimizer/zend_optimizer.c int zend_accel_script_optimize(zend_persistent_script *script TSRMLS_DC) script 633 ext/opcache/Optimizer/zend_optimizer.c zend_accel_optimize(&script->main_op_array, script, &constants TSRMLS_CC); script 635 ext/opcache/Optimizer/zend_optimizer.c p = script->function_table.pListHead; script 638 ext/opcache/Optimizer/zend_optimizer.c zend_accel_optimize(op_array, script, &constants TSRMLS_CC); script 642 ext/opcache/Optimizer/zend_optimizer.c p = script->class_table.pListHead; script 649 ext/opcache/Optimizer/zend_optimizer.c zend_accel_optimize(op_array, script, &constants TSRMLS_CC); script 60 ext/opcache/zend_accelerator_module.c ZEND_ARG_INFO(0, script) script 65 ext/opcache/zend_accelerator_module.c ZEND_ARG_INFO(0, script) script 517 ext/opcache/zend_accelerator_module.c zend_persistent_script *script; script 523 ext/opcache/zend_accelerator_module.c script = (zend_persistent_script *)cache_entry->data; script 527 ext/opcache/zend_accelerator_module.c add_assoc_stringl(persistent_script_report, "full_path", script->full_path, script->full_path_len, 1); script 528 ext/opcache/zend_accelerator_module.c add_assoc_long(persistent_script_report, "hits", script->dynamic_members.hits); script 529 ext/opcache/zend_accelerator_module.c add_assoc_long(persistent_script_report, "memory_consumption", script->dynamic_members.memory_consumption); script 530 ext/opcache/zend_accelerator_module.c ta = localtime(&script->dynamic_members.last_used); script 535 ext/opcache/zend_accelerator_module.c add_assoc_long(persistent_script_report, "last_used_timestamp", script->dynamic_members.last_used); script 537 ext/opcache/zend_accelerator_module.c add_assoc_long(persistent_script_report, "timestamp", (long)script->timestamp); script 31 ext/opcache/zend_accelerator_util_funcs.h int compact_persistent_script(zend_persistent_script *script); script 705 ext/opcache/zend_persist.c zend_persistent_script *zend_accel_script_persist(zend_persistent_script *script, char **key, unsigned int key_length TSRMLS_DC) script 708 ext/opcache/zend_persist.c zend_hash_persist(&script->function_table, (zend_persist_func_t) zend_persist_op_array, sizeof(zend_op_array) TSRMLS_CC); script 709 ext/opcache/zend_persist.c zend_accel_persist_class_table(&script->class_table TSRMLS_CC); script 710 ext/opcache/zend_persist.c zend_persist_op_array_ex(&script->main_op_array, script TSRMLS_CC); script 712 ext/opcache/zend_persist.c zend_accel_store(script->full_path, script->full_path_len + 1); script 713 ext/opcache/zend_persist.c zend_accel_store(script, sizeof(zend_persistent_script)); script 715 ext/opcache/zend_persist.c return script; script 718 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 TSRMLS_DC); script 27 ext/opcache/zend_persist.h zend_persistent_script *zend_accel_script_persist(zend_persistent_script *script, char **key, unsigned int key_length TSRMLS_DC); script 2847 ext/pcre/pcrelib/pcre_compile.c return (pdata == prop->script) == negated; script 2584 ext/pcre/pcrelib/pcre_exec.c if ((ecode[2] != prop->script) == (op == OP_PROP)) script 2766 ext/pcre/pcrelib/pcre_internal.h pcre_uint8 script; /* ucp_Arabic, etc. */ script 2792 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 159 ext/pcre/pcrelib/pcre_xclass.c if ((data[1] == prop->script) == isprop) return !negated; script 701 sapi/caudium/caudium.c struct pike_string *script; script 709 sapi/caudium/caudium.c get_all_args("PHP5.Interpreter->run", args, "%S%m%O%*", &script, script 715 sapi/caudium/caudium.c add_ref(script); script 719 sapi/caudium/caudium.c THIS->filename = script; script 612 sapi/roxen/roxen.c struct pike_string *script, *ind; script 622 sapi/roxen/roxen.c get_all_args("PHP5.Interpreter->run", args, "%S%m%O%*", &script, script 633 sapi/roxen/roxen.c THIS->filename = script->str;