Home
last modified time | relevance | path

Searched refs:vars (Results 26 – 50 of 227) sorted by relevance

12345678910

/PHP-7.0/ext/standard/tests/general_functions/
H A Dis_resource_basic.phpt19 $vars = array(
41 for ($i=0; $i < count($vars); $i++) {
42 if (is_resource($vars[$i])) {
H A Dget_resource_type_variation1.phpt20 $vars = array(
30 foreach($vars as $variation =>$object) {
H A Dvar_export-locale.phpt216 private $vars = array ();
219 $this->vars[$name] = $val;
223 var_export ( $vars );
945 'vars' =>
950 'vars' =>
955 'vars' =>
1092 'vars' =>
1097 'vars' =>
1102 'vars' =>
H A Dis_object.phpt44 private $vars = array ();
47 $this->vars[$name] = $val;
51 var_dump ( $vars );
H A Dis_string.phpt67 // unset vars
73 // unset the vars
129 /* undefined and unset vars */
/PHP-7.0/ext/spl/tests/
H A Dbug51532.phpt7 public function fscanf($format, &...$vars) {
/PHP-7.0/tests/lang/
H A Dbug17115.phpt2 Bug #17115 (lambda functions produce segfault with static vars)
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_info.h34 PHPDBG_INFO(vars);
/PHP-7.0/ext/standard/tests/strings/
H A Dlcfirst.phpt60 protected $vars = array('partnerName' => false);
70 if (array_key_exists($key, $this->vars)) {
71 $this->vars[$key] = $value;
76 if (array_key_exists($key, $this->vars)) {
77 return $this->vars[$key];
/PHP-7.0/Zend/tests/return_types/
H A D022.phpt2 Hint on closure with lexical vars
/PHP-7.0/ext/pdo_firebird/
H A Dfirebird_driver.c661 struct pdo_data_src_parser vars[] = { in pdo_firebird_handle_factory() local
671 php_pdo_parse_data_source(dbh->data_source, dbh->data_source_len, vars, 3); in pdo_firebird_handle_factory()
676 char const *dpb_values[] = { dbh->username, dbh->password, vars[1].optval, vars[2].optval }; in pdo_firebird_handle_factory()
692 …if (isc_attach_database(H->isc_status, 0, vars[0].optval, &H->db,(short)(dpb-dpb_buffer), dpb_buff… in pdo_firebird_handle_factory()
704 for (i = 0; i < sizeof(vars)/sizeof(vars[0]); ++i) { in pdo_firebird_handle_factory()
705 if (vars[i].freeme) { in pdo_firebird_handle_factory()
706 efree(vars[i].optval); in pdo_firebird_handle_factory()
/PHP-7.0/ext/pdo_oci/
H A Doci_driver.c598 struct pdo_data_src_parser vars[] = { in pdo_oci_handle_factory() local
603 php_pdo_parse_data_source(dbh->data_source, dbh->data_source_len, vars, 2); in pdo_oci_handle_factory()
612 if (vars[0].optval) { in pdo_oci_handle_factory()
613 H->charset = OCINlsCharSetNameToId(pdo_oci_Env, (const oratext *)vars[0].optval); in pdo_oci_handle_factory()
636 H->last_err = OCIServerAttach(H->server, H->err, (text*)vars[1].optval, in pdo_oci_handle_factory()
637 (sb4) strlen(vars[1].optval), OCI_DEFAULT); in pdo_oci_handle_factory()
716 for (i = 0; i < sizeof(vars)/sizeof(vars[0]); i++) { in pdo_oci_handle_factory()
717 if (vars[i].freeme) { in pdo_oci_handle_factory()
718 efree(vars[i].optval); in pdo_oci_handle_factory()
/PHP-7.0/tests/basic/
H A Dbug61000.phpt2 Bug #61000 (Exceeding max nesting level doesn't delete numerical vars)
/PHP-7.0/scripts/dev/generate-phpt/src/codeSnippets/
H A Dobject.txt1 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
/PHP-7.0/Zend/tests/
H A Dclosure_009.phpt2 Closure 009: Using static vars inside lambda
H A Dbug35017.phpt16 function errorHandler($errno, $errstr, $errfile, $errline, $vars) {
H A Dbug29896.phpt5 function userErrorHandler($num, $msg, $file, $line, $vars)
H A Dsettype_resource.phpt16 $vars = array(
32 foreach ($vars as $var) {
H A Dnowdoc_015.phpt5 function error_handler($num, $msg, $file, $line, $vars) {
/PHP-7.0/ext/wddx/tests/
H A D002.phpt16 // add vars to packet
/PHP-7.0/ext/standard/tests/file/
H A Dfstat_variation6.phpt9 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
/PHP-7.0/ext/opcache/Optimizer/
H A Dzend_optimizer.c64 if (op_array->vars[i] == name || in zend_optimizer_lookup_cv()
65 (ZSTR_H(op_array->vars[i]) == hash_value && in zend_optimizer_lookup_cv()
66 ZSTR_LEN(op_array->vars[i]) == ZSTR_LEN(name) && in zend_optimizer_lookup_cv()
67 memcmp(ZSTR_VAL(op_array->vars[i]), ZSTR_VAL(name), ZSTR_LEN(name)) == 0)) { in zend_optimizer_lookup_cv()
74 op_array->vars = erealloc(op_array->vars, op_array->last_var * sizeof(zend_string*)); in zend_optimizer_lookup_cv()
75 op_array->vars[i] = zend_string_dup(name, 0); in zend_optimizer_lookup_cv()
/PHP-7.0/ext/pgsql/tests/
H A Dconfig.inc3 // These vars are used to connect db and create test table.
H A D00version.phpt15 // Get environment vars for debugging
/PHP-7.0/ext/mbstring/tests/
H A Dcommon.inc7 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {

Completed in 31 milliseconds

12345678910