Home
last modified time | relevance | path

Searched refs:exists (Results 1 – 25 of 190) sorted by last modified time

12345678

/php-src/
H A DUPGRADING164 exists on the class of the previously passed object.
H A Dconfigure.ac1318 dnl Check whether syscall to create shadow stack exists, should be a better way, but...
1319 AC_CACHE_CHECK([whether syscall to create shadow stack exists], ac_cv_syscall_shadow_stack_exists,
/php-src/ext/simplexml/
H A Dsimplexml.c655 int exists = 0; in sxe_prop_dim_exists() local
702 exists = 1; in sxe_prop_dim_exists()
712 exists = 1; in sxe_prop_dim_exists()
719 if (exists && check_empty == 1 && in sxe_prop_dim_exists()
722 exists = 0; in sxe_prop_dim_exists()
736 exists = 1; in sxe_prop_dim_exists()
740 exists = 0; in sxe_prop_dim_exists()
750 return exists; in sxe_prop_dim_exists()
/php-src/Zend/
H A Dzend_builtin_functions.c1112 bool exists; in ZEND_FUNCTION() local
1127 exists = zend_hash_exists(EG(function_table), lcname); in ZEND_FUNCTION()
1130 RETURN_BOOL(exists); in ZEND_FUNCTION()
H A Dzend_ini.c486 if (exists) { in zend_ini_string_ex()
487 *exists = 1; in zend_ini_string_ex()
496 if (exists) { in zend_ini_string_ex()
497 *exists = 0; in zend_ini_string_ex()
506 bool exists = 1; in zend_ini_string() local
510 if (!exists) { in zend_ini_string()
526 if (exists) { in zend_ini_str_ex()
527 *exists = 1; in zend_ini_str_ex()
536 if (exists) { in zend_ini_str_ex()
537 *exists = 0; in zend_ini_str_ex()
[all …]
/php-src/build/
H A Dlibtool.m41968 AC_MSG_ERROR([tag name "$tagname" already exists])
H A Dphp.m41455 dnl This macro checks whether 'func' or '__func' exists in the specified
1504 dnl This macro checks whether 'func' or '__func' exists in the default libraries
1529 dnl This macro checks whether build works and given function exists.
/php-src/ext/pdo_sqlite/tests/
H A Dgh13991.phpt6 <?php if (file_exists(getcwd() . '/13991db')) die('skip File "13991db" already exists.'); ?>
/php-src/ext/standard/
H A Dvar_unserializer.re612 /* Remove old entry from ref_props table, if it exists. */
/php-src/ext/zend_test/tests/
H A Dobserver_opline_01.phpt2 Observer: Ensure opline exists on the execute_data
/php-src/sapi/fpm/tests/
H A Dtester.inc1602 $this->trace('File path exists as expected', $filePath);
1619 return $this->error("The file $filePath exists");
/php-src/ext/gd/
H A Dconfig.m4144 dnl Png. If support for format Foo exists, the second argument (the name
/php-src/ext/dom/tests/modern/spec/
H A Dbug55294.phpt2 Bug #55294 (DOMDocument::importNode shifts namespaces when "default" namespace exists)
/php-src/ext/standard/tests/mail/
H A Dbug80706.phpt46 echo "The specified x-Mailer exists.\n\n";
63 The specified x-Mailer exists.
66 The specified x-Mailer exists.
/php-src/sapi/cli/
H A Dconfig.m420 AC_DEFINE([HAVE_PS_STRINGS], [], [Define to 1 if the PS_STRINGS thing exists.])
/php-src/sapi/cli/tests/
H A Dphp_cli_server_014.phpt36 POST /main/no-exists.php HTTP/1.1
H A Dphp_cli_server_016.phpt2 Bug #60591 (Memory leak when access a non-exists file)
28 POST /no-exists.jpg HTTP/1.1
/php-src/sapi/phpdbg/tests/
H A Dgh12675.phpt19 prompt> [Cannot stat nonexistent.php, ensure the file exists]
/php-src/ext/standard/tests/file/
H A Dfile.inc155 $file_path = dir path where file exists
432 Description: delete a given file if exists
438 // check if file exists
451 Description: Deletes given number of files if exists.
494 Description: Deletes given number of links if exists. Uses delete_files() function
H A D007_variation23.phpt49 Warning: fopen(%s): Failed to open stream: File exists in %s on line %d
H A D007_variation24.phpt49 Warning: fopen(%s): Failed to open stream: File exists in %s on line %d
/php-src/ext/pgsql/tests/
H A Dpg_select_001.phpt59 Warning: pg_select(): Table 'foo' doesn't exists in %s on line %d
H A Dpg_delete_001.phpt95 Warning: pg_delete(): Table 'bar' doesn't exists in %s on line %d
97 Warning: pg_delete(): Table 'bar' doesn't exists in %s on line %d
H A Dpg_insert_001.phpt40 Warning: pg_insert(): Table 'table_pg_insert_001' doesn't exists in %s on line %d
H A D80_bug14383.phpt49 Key 1 exists? N
50 Key 2 exists? Y
51 Key 3 exists? N
52 Key 4 exists? Y
53 Key 5 exists? Y

Completed in 106 milliseconds

12345678