Searched defs:vars (Results 1 – 16 of 16) sorted by relevance
/php-src/sapi/phpdbg/ |
H A D | phpdbg_info.c | 177 HashTable vars; in phpdbg_print_symbols() local 294 PHPDBG_INFO(vars) /* {{{ */ in PHPDBG_INFO() argument
|
/php-src/scripts/dev/ |
H A D | check_parameters.php | 150 function get_params($vars, $str)
|
/php-src/Zend/Optimizer/ |
H A D | zend_dfg.h | 26 int vars; member
|
H A D | zend_ssa.h | 141 zend_ssa_var *vars; /* use/def chain of SSA variables */ member
|
/php-src/ext/pdo_dblib/ |
H A D | dblib_driver.c | 472 struct pdo_data_src_parser vars[] = { in pdo_dblib_handle_factory() local
|
/php-src/ext/snmp/ |
H A D | snmp.c | 120 snmpobjarg *vars; member 240 static void php_snmp_getvalue(struct variable_list *vars, zval *snmpval, int valueretrieval) in php_snmp_getvalue() 387 struct variable_list *vars; in php_snmp_internal() local
|
/php-src/ext/pdo_mysql/ |
H A D | mysql_driver.c | 684 struct pdo_data_src_parser vars[] = { local
|
/php-src/ext/spl/ |
H A D | spl_directory.stub.php | 283 public function fscanf(string $format, mixed &...$vars): array|int|null {}
|
/php-src/ext/mysqli/ |
H A D | php_mysqli_structs.h | 51 zval *vars; member
|
/php-src/main/ |
H A D | php_variables.c | 393 static inline int add_post_vars(zval *arr, post_var_data_t *vars, bool eof) in add_post_vars()
|
/php-src/ext/pdo_firebird/ |
H A D | firebird_driver.c | 1325 struct pdo_data_src_parser vars[] = { in pdo_firebird_handle_factory() local
|
/php-src/ext/mbstring/ |
H A D | mbstring.stub.php | 172 function mb_convert_variables(string $to_encoding, array|string $from_encoding, mixed &$var, mixed …
|
H A D | mbstring.c | 5571 static bool php_mb_check_encoding_recursive(HashTable *vars, const mbfl_encoding *encoding) in php_mb_check_encoding_recursive()
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir.h | 616 ir_ref vars; /* list of VARs (used by register allocator) */ member
|
H A D | ir_ra.c | 3492 ir_ref vars = ctx->vars; in ir_linear_scan() local
|
/php-src/Zend/ |
H A D | zend_compile.h | 528 zend_string **vars; /* names of CV variables */ member
|
Completed in 97 milliseconds