Home
last modified time | relevance | path

Searched refs:purpose (Results 1 – 25 of 44) sorted by relevance

12

/php-src/ext/standard/tests/url/
H A Dbase64_decode_basic_002.phpt58 string(96) "PHP is a popular general-purpose scripting language that is especially suited to web de…
59 string(96) "PHP is a popular general-purpose scripting language that is especially suited to web de…
60 string(96) "PHP is a popular general-purpose scripting language that is especially suited to web de…
61 string(96) "PHP is a popular general-purpose scripting language that is especially suited to web de…
62 string(96) "PHP is a popular general-purpose scripting language that is especially suited to web de…
63 string(96) "PHP is a popular general-purpose scripting language that is especially suited to web de…
64 string(96) "PHP is a popular general-purpose scripting language that is especially suited to web de…
65 string(96) "PHP is a popular general-purpose scripting language that is especially suited to web de…
/php-src/tests/lang/
H A Dbug43958.phpt12 MyClass::loadCode('file-which-does-not-exist-on-purpose.php');
15 Warning: include(file-which-does-not-exist-on-purpose.php): Failed to open stream: No such file or …
17 Warning: include(): Failed opening 'file-which-does-not-exist-on-purpose.php' for inclusion (includ…
/php-src/ext/openssl/tests/
H A Dopenssl_x509_checkpurpose_basic.phpt2 int openssl_x509_checkpurpose ( mixed $x509cert , int $purpose [, array $cainfo = array() [, string…
20 /* int openssl_x509_checkpurpose ( mixed $x509cert , int $purpose); */
45 /* int openssl_x509_checkpurpose ( mixed $x509cert , int $purpose [, array $cainfo = array() ] ); */
70 /* int openssl_x509_checkpurpose ( mixed $x509cert , int $purpose [, array $cainfo = array() [, str…
H A Dopenssl_error_string_basic_openssl3.phpt139 // checking purpose fails because there is no such purpose 1000
141 expect_openssl_errors('openssl_x509_checkpurpose purpose', ['05800079']);
177 openssl_x509_checkpurpose purpose: ok
H A Dopenssl_error_string_basic.phpt138 // checking purpose fails because there is no such purpose 1000
140 expect_openssl_errors('openssl_x509_checkpurpose purpose', ['0B086079']);
181 openssl_x509_checkpurpose purpose: ok
/php-src/ext/xml/tests/
H A Dbug71592.phpt7 // The tag mismatch at the end of the XML is on purpose, to make sure that the
/php-src/ext/mysqli/tests/
H A Dgh8978.phpt15 // Ignore this warning as we are providing wrong information on purpose
H A Dmysqli_stmt_affected_rows.phpt200 printf("[041] Expecting SELECT statement to fail on purpose\n");
/php-src/ext/xsl/tests/
H A DXSLTProcessor_namespace_mapper_lifetime.phpt28 // And yes, this is done twice on purpose to check for leaks
/php-src/Zend/
H A Dzend_object_handlers.h150 …ef zend_array *(*zend_object_get_properties_for_t)(zend_object *object, zend_prop_purpose purpose);
321 ZEND_API HashTable *zend_std_get_properties_for(zend_object *obj, zend_prop_purpose purpose);
325 ZEND_API HashTable *zend_get_properties_for(zval *obj, zend_prop_purpose purpose);
H A Dzend_weakrefs.c462 static HashTable *zend_weakmap_get_properties_for(zend_object *object, zend_prop_purpose purpose) in zend_weakmap_get_properties_for() argument
464 if (purpose != ZEND_PROP_PURPOSE_DEBUG) { in zend_weakmap_get_properties_for()
H A Dzend_object_handlers.c2381 ZEND_API HashTable *zend_std_get_properties_for(zend_object *obj, zend_prop_purpose purpose) { in zend_std_get_properties_for() argument
2383 switch (purpose) { in zend_std_get_properties_for()
2429 ZEND_API HashTable *zend_get_properties_for(zval *obj, zend_prop_purpose purpose) { in zend_get_properties_for() argument
2433 return zobj->handlers->get_properties_for(zobj, purpose); in zend_get_properties_for()
2436 return zend_std_get_properties_for(zobj, purpose); in zend_get_properties_for()
H A Dzend_attributes.c149 …tributes_sensitive_parameter_value_get_properties_for(zend_object *zobj, zend_prop_purpose purpose) in attributes_sensitive_parameter_value_get_properties_for() argument
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_columncount.phpt18 // The only purpose of this is to check if emulated and native PS
/php-src/ext/openssl/
H A Dopenssl.stub.php442 function openssl_x509_checkpurpose(OpenSSLCertificate|string $certificate, int $purpose, array $ca_… argument
/php-src/ext/spl/
H A Dspl_array.c735 static HashTable *spl_array_get_properties_for(zend_object *object, zend_prop_purpose purpose) /* {… in spl_array_get_properties_for() argument
742 return zend_std_get_properties_for(object, purpose); in spl_array_get_properties_for()
750 switch (purpose) { in spl_array_get_properties_for()
759 return zend_std_get_properties_for(object, purpose); in spl_array_get_properties_for()
H A Dspl_fixedarray.c223 …ic HashTable* spl_fixedarray_object_get_properties_for(zend_object *obj, zend_prop_purpose purpose) in spl_fixedarray_object_get_properties_for() argument
226 ZEND_ASSERT(purpose != ZEND_PROP_PURPOSE_SERIALIZE); in spl_fixedarray_object_get_properties_for()
/php-src/ext/standard/libavifinfo/
H A DPATENTS50 merchantability, non-infringement, fitness for a particular purpose, or
/php-src/
H A DREADME.md12 PHP is a popular general-purpose scripting language that is especially suited to
H A DREADME.REDIST.BINS177 ensure compatibility, or for any other purpose. I would appreciate
266 and license this software and its documentation for any purpose, provided
310 Permission is granted to anyone to use this software for any purpose,
365 purpose with or without fee is hereby granted, provided that the above
524 particular purpose, with respect to this code and accompanying
/php-src/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt59 Licensor for the purpose of discussing and improving the Work, but
186 file or class name and description of purpose be included on the
/php-src/ext/mbstring/libmbfl/
H A DLICENSE181 its purpose remains meaningful.
184 a purpose that is entirely well-defined independent of the
391 It is not the purpose of this section to induce you to infringe any
393 such claims; this section has the sole purpose of protecting the
/php-src/ext/date/
H A Dphp_date.c350 static HashTable *date_object_get_properties_for(zend_object *object, zend_prop_purpose purpose);
354 …HashTable *date_object_get_properties_for_timezone(zend_object *object, zend_prop_purpose purpose);
368 static HashTable *date_period_get_properties_for(zend_object *object, zend_prop_purpose purpose);
1931 static HashTable *date_object_get_properties_for(zend_object *object, zend_prop_purpose purpose) /*… in date_object_get_properties_for() argument
1936 switch (purpose) { in date_object_get_properties_for()
1944 return zend_std_get_properties_for(object, purpose); in date_object_get_properties_for()
2074 … *date_object_get_properties_for_timezone(zend_object *object, zend_prop_purpose purpose) /* {{{ */ in date_object_get_properties_for_timezone() argument
2079 switch (purpose) { in date_object_get_properties_for_timezone()
2087 return zend_std_get_properties_for(object, purpose); in date_object_get_properties_for_timezone()
6049 static HashTable *date_period_get_properties_for(zend_object *object, zend_prop_purpose purpose) in date_period_get_properties_for() argument
/php-src/ext/bcmath/libbcmath/
H A DLICENSE184 its purpose remains meaningful.
187 a purpose that is entirely well-defined independent of the
395 It is not the purpose of this section to induce you to infringe any
397 such claims; this section has the sole purpose of protecting the
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst155 How exactly each opcode behaves depends on its purpose. You can find a complete list of opcodes in

Completed in 73 milliseconds

12