Home
last modified time | relevance | path

Searched defs:vars (Results 1 – 17 of 17) sorted by relevance

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_info.c175 HashTable vars; in phpdbg_print_symbols() local
294 PHPDBG_INFO(vars) /* {{{ */ in PHPDBG_INFO() argument
/PHP-8.0/scripts/dev/
H A Dcheck_parameters.php155 function get_params($vars, $str)
/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_dfg.h26 int vars; member
H A Dzend_ssa.h142 zend_ssa_var *vars; /* use/def chain of SSA variables */ member
/PHP-8.0/ext/mysqli/
H A Dmysqli.stub.php410 public function bind_param(string $types, mixed &...$vars) {}
416 public function bind_result(mixed &...$vars) {}
697 function mysqli_stmt_bind_param(mysqli_stmt $statement, string $types, mixed &...$vars): bool {}
699 function mysqli_stmt_bind_result(mysqli_stmt $statement, mixed &...$vars): bool {}
H A Dphp_mysqli_structs.h70 zval *vars; member
/PHP-8.0/ext/pdo_dblib/
H A Ddblib_driver.c452 struct pdo_data_src_parser vars[] = { in pdo_dblib_handle_factory() local
/PHP-8.0/ext/snmp/
H A Dsnmp.c134 snmpobjarg *vars; member
258 static void php_snmp_getvalue(struct variable_list *vars, zval *snmpval, int valueretrieval) in php_snmp_getvalue()
405 struct variable_list *vars; in php_snmp_internal() local
/PHP-8.0/ext/pdo_oci/
H A Doci_driver.c717 struct pdo_data_src_parser vars[] = { in pdo_oci_handle_factory() local
/PHP-8.0/ext/pdo_mysql/
H A Dmysql_driver.c608 struct pdo_data_src_parser vars[] = { local
/PHP-8.0/ext/spl/
H A Dspl_directory.stub.php242 public function fscanf(string $format, mixed &...$vars) {}
/PHP-8.0/ext/pdo_firebird/
H A Dfirebird_driver.c1026 struct pdo_data_src_parser vars[] = { in pdo_firebird_handle_factory() local
/PHP-8.0/main/
H A Dphp_variables.c344 static inline int add_post_vars(zval *arr, post_var_data_t *vars, zend_bool eof) in add_post_vars()
/PHP-8.0/ext/mbstring/
H A Dmbstring.stub.php74 function mb_convert_variables(string $to_encoding, array|string $from_encoding, mixed &$var, mixed …
H A Dmbstring.c3927 static int php_mb_check_encoding_recursive(HashTable *vars, const mbfl_encoding *encoding) in php_mb_check_encoding_recursive()
/PHP-8.0/ext/standard/
H A Dbasic_functions.stub.php674 function sscanf(string $string, string $format, mixed &...$vars): array|int|null {}
800 function fscanf($stream, string $format, mixed &...$vars): array|int|false|null {}
/PHP-8.0/Zend/
H A Dzend_compile.h436 zend_string **vars; /* names of CV variables */ member

Completed in 91 milliseconds