Home
last modified time | relevance | path

Searched refs:ops (Results 1 – 25 of 64) sorted by path

123

/PHP-7.4/
H A DUPGRADING.INTERNALS28 y. Stream wrapper read/write ops
/PHP-7.4/Zend/tests/assert/
H A Dexpect_015.phpt103 ops as protected x;
253 ops as protected x;
/PHP-7.4/Zend/tests/
H A Dbug53511.phpt7 throw new Exception("ops 1");
14 throw new Exception("ops 2");
23 Fatal error: Uncaught Exception: ops 1 in %sbug53511.php:4
H A Dglobals_005.phpt9 return "ops";
12 $GLOBALS[foo()] = "ops";
H A Doverloaded_prop_assign_op_refs.phpt2 Handling of assign-ops and incdecs on overloaded properties using &__get()
H A Dtemporary_cleaning_001.phpt6 function ops() {
14 $r = [$x] + ($y ? ((array) $x) + [2] : ops());
H A Dtemporary_cleaning_003.phpt6 function ops() {
12 $r = [$x] + ops();
H A Dtemporary_cleaning_004.phpt6 function ops() {
19 $r = [$x] + ($y ? ((array) $x) + [2] : ops());
34 $r = [$x] + ($y ? ((array) $x) + [2] : ops());
H A Dtemporary_cleaning_005.phpt6 function ops() {
20 $r = [$x] + ($y ? ((array) $x) + [2] : ops());
37 $r = [$x] + ($y ? ((array) $x) + [2] : ops());
/PHP-7.4/Zend/tests/generators/
H A Dyield_unary_precedence.phpt8 var_dump(yield * -1); // other ops still should behave normally
/PHP-7.4/Zend/tests/traits/
H A Dbug60809.phpt24 public $prop = "ops";
/PHP-7.4/Zend/tests/try/
H A Dbug70228_5.phpt9 throw new Exception("ops");
20 ops
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_047.phpt26 $x->foo = "ops";
H A Dtyped_properties_055.phpt14 $n = "ops";
/PHP-7.4/docs/
H A Dstreams.md251 The `php_streams` ops struct consists of pointers to methods that implement
255 efficiently behave as fgets. The ops struct also contains a label for the
290 PHPAPI php_stream * php_stream_alloc(php_stream_ops * ops, void * abstract,
294 * `ops` is a pointer to the implementation,
385 all mandatory. The rest are optional. Declare your stream ops struct:
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic22479 >12 lelong x %d bytecode ops)
H A Dmagic私はガラスを食べられます22479 >12 lelong x %d bytecode ops)
/PHP-7.4/ext/hash/
H A Dhash.c92 return ops; in php_hash_fetch_ops()
131 if (!ops) { in php_hash_do_hash()
232 ops->hash_update(context, key, ops->block_size); in php_hash_hmac_round()
254 if (!ops) { in php_hash_do_hash_hmac()
286 ops->hash_update(context, K, ops->block_size); in php_hash_do_hash_hmac()
360 if (!ops) { in PHP_FUNCTION()
383 hash->ops = ops; in PHP_FUNCTION()
639 if (!ops) { in PHP_FUNCTION()
688 ops->hash_update(context, K, ops->block_size); in PHP_FUNCTION()
739 if (!ops) { in PHP_FUNCTION()
[all …]
H A Dhash_adler32.c57 PHP_HASH_API int PHP_ADLER32Copy(const php_hash_ops *ops, PHP_ADLER32_CTX *orig_context, PHP_ADLER3… in PHP_ADLER32Copy() argument
H A Dhash_crc32.c76 PHP_HASH_API int PHP_CRC32Copy(const php_hash_ops *ops, PHP_CRC32_CTX *orig_context, PHP_CRC32_CTX … in PHP_CRC32Copy() argument
H A Dhash_sha3.c245 static int hash_sha3_copy(const void *ops, void *orig_context, void *dest_context) in hash_sha3_copy() argument
H A Dphp_hash.h35 typedef int (*php_hash_copy_func_t)(const void *ops, void *orig_context, void *dest_context);
50 const php_hash_ops *ops; member
148 PHP_HASH_API void php_hash_register_algo(const char *algo, const php_hash_ops *ops);
149 PHP_HASH_API int php_hash_copy(const void *ops, void *orig_context, void *dest_context);
H A Dphp_hash_adler32.h31 PHP_HASH_API int PHP_ADLER32Copy(const php_hash_ops *ops, PHP_ADLER32_CTX *orig_context, PHP_ADLER3…
H A Dphp_hash_crc32.h34 PHP_HASH_API int PHP_CRC32Copy(const php_hash_ops *ops, PHP_CRC32_CTX *orig_context, PHP_CRC32_CTX …
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_auth.c1222 return strcmp(conn->vio->data->stream->ops->label, "unix_socket") == 0; in is_secure_transport()

Completed in 135 milliseconds

123