Home
last modified time | relevance | path

Searched refs:variable (Results 1 – 25 of 728) sorted by last modified time

12345678910>>...30

/PHP-7.4/
H A DNEWS21 . Fixed bug #81727: Don't mangle HTTP variable names that clash with ones
737 . Fixed bug #79917 (File cache segfault with a static variable in inherited
775 static variable). (Nikita)
889 variable). (Nikita)
1294 . Fixed $x = (bool)$x; with opcache (should emit undeclared variable notice).
1376 . Fixed bug #78531 (Crash when using undefined variable as object). (Dmitry)
2319 variable). (Nikita)
2330 . Fixed bug #77257 (value of variable assigned in a switch() construct gets
2675 . Fixed bug #76466 (Loop variable confusion). (Dmitry, Laruence, Nikita)
H A Dconfigure.ac795 …able-gcov option is used. You can disable ccache by setting environment variable CCACHE_DISABLE=1.…
1605 | sqlnet.ora file on the PHP host, or set the environment variable |
H A Dphp.ini-development12 ; 2. The PHPRC environment variable. (As of PHP 5.2.0)
46 ; previously set variable or directive (e.g. ${foo})
400 ; Maximum input variable nesting level
438 ; intentional (e.g., using an uninitialized variable and
785 ; (iPlanet) web servers, you MAY need to set an environment variable name that PHP
786 ; will look for to know it is OK to continue execution. Setting this variable MAY
1317 ; variable in order to use PHP's session functions.
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc990 $this->error("Invalid config variable $varName");
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch797 + machines only, PPC and Sparc specifically. Consider static variable or MINIT in
/PHP-7.4/build/
H A Dpkg.m453 dnl Search for the pkg-config tool and set the PKG_CONFIG variable to
170 Consider adjusting the PKG_CONFIG_PATH environment variable if you
179 is in your PATH or set the PKG_CONFIG environment variable to the full
221 dnl Substitutes the variable pkgconfigdir as the location where a module
243 dnl Substitutes the variable noarch_pkgconfigdir as the location where a
266 dnl Retrieves the value of the pkg-config variable for the given module.
271 _PKG_CONFIG([$1], [variable="][$3]["], [$2])
H A Dphp.m440 dnl PHP_RUN_ONCE(namespace, variable, code)
42 dnl Execute code, if variable is not set in namespace.
56 dnl PHP_EXPAND_PATH(path, variable)
58 dnl Expands path to an absolute path and assigns it to variable.
84 dnl Adds variable with it's value into Makefile, e.g.:
349 dnl Removes all -L/usr/$PHP_LIBDIR entries from variable NAME.
410 dnl _PHP_ADD_LIBPATH_GLOBAL(variable)
632 dnl Set libtool variable.
688 dnl default-val defaults to no. This will also set the variable ext_shared, and
689 dnl will overwrite any previous variable of that name. If extension-or-not is
[all …]
H A Dlibtool.m414 # Set PATH_SEPARATOR variable
112 # Same as above, but do not quote variable references.
115 # Sed substitution to delay expansion of an escaped shell variable in a
308 # by either setting the environment variable LT_MULTI_MODULE
732 # Insert the option either (1) after the last *FLAGS variable, or
736 # The option is referenced via a variable to avoid confusing sed.
2376 # Need to set the preceding variable on all platforms that support
3821 dnl tag define a new lt_????_link_test_code variable,
4391 # This is the shared library runtime path variable.
4394 # This is the shared library path variable.
[all …]
/PHP-7.4/Zend/
H A Dzend_execute.c2927 zval variable, *variable_ptr = &variable; in zend_assign_to_property_reference() local
2939 } else if (UNEXPECTED(Z_TYPE(variable) != IS_INDIRECT)) { in zend_assign_to_property_reference()
2941 zval_ptr_dtor(&variable); in zend_assign_to_property_reference()
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug81163.phpt21 Notice: serialize(): "private" returned as member variable from __sleep() but does not exist in %s …
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_auth_pam.phpt33 /* MariaDB - needs system variable pam_use_cleartext_plugin=ON to be set */
H A Dmysqli_stmt_get_result_types.phpt167 // Yes, we need the temporary variable. The PHP casting will fouls us otherwise.
H A Dmysqli_stmt_bind_param_call_user_func.phpt115 …print "Call user func, object oriented, using variable for types. using references for bound param…
171 …print "Call user func, procedural, using references for everything but using variable for types\n";
257 …print "Call user func, procedural, using references for bound parameter, using variable for resour…
280 …print "Call user func, procedural, using references for bound parameter, using variable for resour…
341 Call user func, object oriented, using variable for types. using references for bound parameter
347 Call user func, procedural, using references for everything but using variable for types
356 Call user func, procedural, using references for bound parameter, using variable for resource, usin…
359 Call user func, procedural, using references for bound parameter, using variable for resource, usin…
H A Dmysqli_stmt_bind_param_type_juggling.phpt2 mysqli_stmt_bind_param() - binding variable twice
H A Dmysqli_stmt_bind_result.phpt209 // Yes, we need the temporary variable. The PHP casting will fouls us otherwise.
H A Dmysqli_pconn_reuse.phpt25 …printf("[002] Cannot set user variable to check if we got the same persistent connection, [%d] %s\…
50 …printf("[006] Cannot set user variable to check if we got the same persistent connection, [%d] %s\…
H A Dmysqli_pconn_disabled.phpt26 …printf("[002] Cannot set user variable to check if we got the same persistent connection, [%d] %s\…
H A Dmysqli_pconn_kill.phpt78 // remove the "p:<host>" from the host variable
H A Dmysqli_query_stored_proc.phpt103 … printf("[012] Cannot reset user variable, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
109 … printf("[014] Cannot fetch user variable, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
131 … printf("[019] Cannot reset user variable, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
137 … printf("[021] Cannot fetch user variable, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dbug55653.phpt2 Bug #55653 PS crash with libmysql when binding same variable as param and out
H A Dlocal_infile_tools.inc12 return "Cannot check if Server variable 'local_infile' is set to 'ON'";
17 … return sprintf("Server variable 'local_infile' seems not set to 'ON', found '%s'", $row['Value']);
H A Dmysqli_change_user_old.phpt45 … printf("[010] Failed to set test variable: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
52 printf("[012] Cannot set test variable\n");
72 printf("[019] Test variable is still set!\n");
H A Dmysqli_change_user_oo.phpt43 printf("[009] Failed to set test variable: [%d] %s\n", $mysqli->errno, $mysqli->error);
50 printf("[011] Cannot set test variable\n");
70 printf("[017] Test variable is still set!\n");
H A Dmysqli_change_user.phpt51 … printf("[010] Failed to set test variable: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
58 printf("[012] Cannot set test variable\n");
116 … printf("[020] Failed to set test variable: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
123 printf("[022] Cannot set test variable\n");
143 printf("[028] Test variable is still set!\n");
H A D016.phpt2 mysqli fetch user variable

Completed in 122 milliseconds

12345678910>>...30