Searched refs:myself (Results 1 – 6 of 6) sorted by relevance
/PHP-7.4/ext/bz2/tests/ |
H A D | 005.phpt | 10 Getting lost within myself 60 Getting lost within myself 65 Getting lost within myself 69 Getting lost within myself
|
/PHP-7.4/ext/standard/ |
H A D | dir.c | 68 myself = getThis(); \ 69 if (myself) { \ 70 if ((tmp = zend_hash_str_find(Z_OBJPROP_P(myself), "handle", sizeof("handle")-1)) == NULL) { \ 262 zval *id = NULL, *tmp, *myself; in PHP_FUNCTION() local 379 zval *id = NULL, *tmp, *myself; in PHP_FUNCTION() local 397 zval *id = NULL, *tmp, *myself; in PHP_NAMED_FUNCTION() local
|
/PHP-7.4/tests/classes/ |
H A D | inheritance.phpt | 6 /* Inheritance test. Pretty nifty if I do say so myself! */
|
/PHP-7.4/ext/date/tests/ |
H A D | bug73858.phpt | 6 In the "verbose setup method" I'm trying setup the DateTime object myself
|
/PHP-7.4/ext/mysqli/tests/ |
H A D | mysqli_get_client_stats.phpt | 709 mysqli_query($link, "DROP SERVER IF EXISTS myself"); 716 …$sql = sprintf("CREATE SERVER myself FOREIGN DATA WRAPPER mysql OPTIONS (user '%s', password '%s',… 728 if (!mysqli_query($link, sprintf("ALTER SERVER myself OPTIONS(user '%s_')", $user))) 738 if (!mysqli_query($link, "DROP SERVER myself")) 943 if (!mysqli_query($link, "DROP SERVER IF EXISTS myself"))
|
/PHP-7.4/ext/standard/tests/file/ |
H A D | userstreams.phpt | 29 by myself but not alone
|
Completed in 12 milliseconds