Home
last modified time | relevance | path

Searched refs:node (Results 126 – 137 of 137) sorted by relevance

123456

/PHP-7.4/Zend/
H A Dzend_compile.c2237 if (node->op_type == IS_CONST && Z_TYPE(node->u.constant) == IS_STRING) { in zend_handle_numeric_op()
2241 zval_ptr_dtor(&node->u.constant); in zend_handle_numeric_op()
2242 ZVAL_LONG(&node->u.constant, index); in zend_handle_numeric_op()
2426 if (node->op_type == IS_VAR) { in zend_separate_if_call_and_write()
7597 znode *node = Z_PTR_P(zv); in znode_dtor() local
7598 if (node->op_type == IS_CONST) { in znode_dtor()
7599 zval_ptr_dtor_nogc(&node->u.constant); in znode_dtor()
7601 efree(node); in znode_dtor()
7667 if (node->op_type == IS_TMP_VAR || node->op_type == IS_VAR) { in zend_compile_assign_coalesce()
7678 if (node->op_type == IS_TMP_VAR || node->op_type == IS_VAR) { in zend_compile_assign_coalesce()
[all …]
H A Dzend_execute.h334 ZEND_API zval *zend_get_zval_ptr(const zend_op *opline, int op_type, const znode_op *node, const ze…
H A Dzend_ast.c48 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_znode(znode *node) { in zend_ast_create_znode() argument
55 ast->node = *node; in zend_ast_create_znode()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c1082 if (gen->node.parent != current) { in PHPDBG_COMMAND()
1083 phpdbg_out(" with direct parent #%d and", gen->node.parent->std.handle); in PHPDBG_COMMAND()
/PHP-7.4/ext/soap/
H A Dphp_schema.c983 void schema_min_max(xmlNodePtr node, sdlContentModelPtr model) in schema_min_max() argument
985 xmlAttrPtr attr = get_attribute(node->properties, "minOccurs"); in schema_min_max()
993 attr = get_attribute(node->properties, "maxOccurs"); in schema_min_max()
/PHP-7.4/ext/standard/tests/misc/
H A Duser_agents.txt951 node-fetch/1.0 (+https://github.com/bitinn/node-fetch)
H A Dget_browser_variation3.phpt1915 Agent node-fetch/1.0 (+https://github.com/bitinn/node-fetch)
/PHP-7.4/
H A DNEWS2182 . Fixed bug #77743 (Incorrect pi node insertion for jmpznz with identical
2741 . Fixed bug #76712 (Assignment of empty string creates extraneous text node).
H A Dphp.ini-development1254 ; Notification (FAN) events generated when a database node fails. The
H A Dphp.ini-production1254 ; Notification (FAN) events generated when a database node fails. The
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます4803 # Reference: http://www.poi-factory.com/node/19580
17476 # javascript: magic for javascript and node.js scripts.
17478 0 search/1/w #!/bin/node Node.js script text executable
17480 0 search/1/w #!/usr/bin/node Node.js script text executable
17486 0 search/1 #!/usr/bin/env\ node Node.js script text executable
18321 >77 string >\0 \b, node %s
H A Dmagic4803 # Reference: http://www.poi-factory.com/node/19580
17476 # javascript: magic for javascript and node.js scripts.
17478 0 search/1/w #!/bin/node Node.js script text executable
17480 0 search/1/w #!/usr/bin/node Node.js script text executable
17486 0 search/1 #!/usr/bin/env\ node Node.js script text executable
18321 >77 string >\0 \b, node %s

Completed in 210 milliseconds

123456