Home
last modified time | relevance | path

Searched refs:EG (Results 126 – 150 of 156) sorted by relevance

1234567

/PHP-7.0/ext/xml/
H A Dxml.c485 if (parser && handler && !EG(exception)) { in xml_call_handler()
490 fci.function_table = EG(function_table); in xml_call_handler()
/PHP-7.0/ext/opcache/Optimizer/
H A Dzend_optimizer.c121 zend_function *fbc = (zend_function *)zend_hash_str_find_ptr(EG(function_table), name, len); in zend_optimizer_is_disabled_func()
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1009 unsigned int error_reporting = EG(error_reporting); in php_mysqlnd_cmd_write()
1021 EG(error_reporting) = 0; in php_mysqlnd_cmd_write()
1058 EG(error_reporting) = error_reporting; in php_mysqlnd_cmd_write()
/PHP-7.0/ext/pdo_mysql/
H A Dmysql_statement.c92 && IS_OBJ_VALID(EG(objects_store).object_buckets[Z_OBJ_HANDLE(stmt->database_object_handle)]) in pdo_mysql_stmt_dtor()
/PHP-7.0/ext/standard/
H A Durl_scanner_ex.c127 if ((!(tmp = zend_hash_str_find(&EG(symbol_table), ZEND_STRL("_SERVER")))) in PHP_INI_END()
H A Durl_scanner_ex.re130 if ((!(tmp = zend_hash_str_find(&EG(symbol_table), ZEND_STRL("_SERVER"))))
H A Dstreamsfuncs.c845 …if (FAILURE == call_user_function_ex(EG(function_table), NULL, callback, &retval, 6, zvs, 0, NULL)… in user_space_stream_notifier()
/PHP-7.0/ext/xsl/
H A Dxsltprocessor.c298 fci.function_table = EG(function_table); in xsl_ext_function_php()
/PHP-7.0/ext/opcache/
H A Dzend_accelerator_util_funcs.c720 if (!zend_hash_exists(EG(zend_constants), name)) { in zend_accel_load_script()
H A Dzend_file_cache.c235 LONGJMP(*EG(bailout), FAILURE); in zend_file_cache_unserialize_interned()
/PHP-7.0/ext/xmlreader/
H A Dphp_xmlreader.c174 retval = &EG(uninitialized_zval); in xmlreader_read_property()
/PHP-7.0/ext/mbstring/
H A Dphp_mbregex.c991 if (!EG(exception)) { in _php_mb_regex_ereg_replace_exec()
/PHP-7.0/ext/pcntl/
H A Dpcntl.c1358 call_user_function(EG(function_table), NULL, handle, &retval, 1, &param); in pcntl_signal_dispatch()
/PHP-7.0/ext/zip/
H A Dphp_zip.c898 retval = &EG(uninitialized_zval); in php_zip_read_property()
987 ret = &EG(uninitialized_zval); in php_zip_get_properties()
/PHP-7.0/ext/pdo/
H A Dpdo_stmt.c324 int len = spprintf(&p, 0, "%.*H", (int) EG(precision), Z_DVAL_P(parameter)); in really_register_bound_param()
755 fcc->calling_scope = EG(scope); in do_fetch_class_prepare()
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_main.c1979 if (UNEXPECTED(EG(exit_status) == 255)) {
/PHP-7.0/Zend/
H A Dzend_compile.c1182 do_bind_inherited_class(op_array, &op_array->opcodes[opline_num], EG(class_table), ce, 0); in zend_do_delayed_early_binding()
1259 zend_constant *c = zend_hash_find_ptr_lc(EG(zend_constants), name, len); in zend_lookup_reserved_const()
1272 c = zend_hash_find_ptr(EG(zend_constants), name); in zend_try_ct_eval_const()
1588 if (EG(exception)) { in zendlex()
3151 if (EG(assertions) >= 0) { in zend_compile_assert()
H A Dzend_language_scanner.l655 zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path); in compile_filename()
H A Dzend_ast.c929 key = zend_strpprintf(0, "%.*G", (int) EG(precision), Z_DVAL_P(zv)); in zend_ast_export_zval()
/PHP-7.0/ext/dom/
H A Dphp_dom.c348 retval = &EG(uninitialized_zval); in dom_read_property()
/PHP-7.0/sapi/cgi/
H A Dcgi_main.c2500 exit_status = EG(exit_status);
/PHP-7.0/ext/openssl/
H A Dxp_ssl.c1088 …if (FAILURE == call_user_function_ex(EG(function_table), NULL, val, &retval, 1, &param, 0, NULL)) { in limit_handshake_reneg()
/PHP-7.0/ext/mysqli/
H A Dmysqli_api.c687 if ((le = zend_hash_find_ptr(&EG(persistent_list), mysql->hash_key)) != NULL) { in php_mysqli_close()
/PHP-7.0/ext/imap/
H A Dphp_imap.c1094 if (EG(error_reporting) & E_NOTICE) { in PHP_RSHUTDOWN_FUNCTION()
1106 if (EG(error_reporting) & E_NOTICE) { in PHP_RSHUTDOWN_FUNCTION()
/PHP-7.0/ext/simplexml/
H A Dsimplexml.c373 ZVAL_COPY_VALUE(rv, &EG(uninitialized_zval)); in sxe_prop_dim_read()

Completed in 163 milliseconds

1234567